Html Css Color HEX #FCB630 Supernova

📋 copy color: '#FCB630'

red 252 ◦ green 182 ◦ blue 48

#FCB630
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Supernova #FCB630

Tints of Supernova #FCB630

RGB

 RED value IS 252 (98.83% from 255) = 52.28%

 GREEN value IS 182 (71.48% from 255) = 37.76%

 BLUE value IS 48 (19.14% from 255) = 9.96%

R = 52.28%
G = 37.76%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCB630 (or 0xFCB630) is known color: Supernova. HEX triplet: FC, B6 and 30. RGB value is (252,182,48). Sum of RGB (Red+Green+Blue) = 252+182+48=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB630 is #0349CF. Grayscale: #BCBCBC. Windows color (decimal): -215504 or 3192572. OLE color: 3192572.

HSL color Cylindrical-coordinate representation of color #FCB630: hue angle of 39.41º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCB630 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 182 48 -
CMYK 0 0.28 0.81 0.01
HSL 39.41º 0.97% 0.59% -
HSV(B) 39.41º 0.81% 0.99% -
XYZ 57.41 54.36 10.26 -
YUV 187.65 49.19 173.9 -
System Red Green Blue C M Y K H S L
Decimal 252 182 48 0 0.28 0.81 0.01 39.41 0.97 0.59
Hex FC B6 30 0 1C 51 1 27 61 3B
Octal 374 266 60 0 34 121 1 47 141 73
Binary 11111100 10110110 110000 0 11100 1010001 1 100111 1100001 111011

Color Harmonies of #FCB630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB630

Black with #FCB630

Text Example


Text Example

White with #FCB630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB630; }

 p { color: rgb(252,182,48); }

 H1.HeaderClassName
 {
   color: #FCB630;
 }
 .AnyTagClassName
 {
   color: #FCB630;
 }
</style>

background-color css

<style>
 a { background-color: #FCB630; }

 a { background-color: rgb(252,182,48); }

 div.DivClassName
 {
   background-color: #FCB630;
 }
 .BgClassName
 {
   background-color: #FCB630;
 }
</style>

border-color css

<style>
 span { border-color: #FCB630; }

 span { border-color: rgb(252,182,48); }

 td.TdClassName
 {
   border-color: #FCB630;
 }
 .TagClassName
 {
   border-color: #FCB630;
 }
</style>