Html Css Color HEX #FCB928 Supernova

📋 copy color: '#FCB928'

red 252 ◦ green 185 ◦ blue 40

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

Shades of Supernova #FCB928

Tints of Supernova #FCB928

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.78%

 BLUE value IS 40 (16.02% from 255) = 8.39%

R = 52.83%
G = 38.78%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCB928 (or 0xFCB928) is known color: Supernova. HEX triplet: FC, B9 and 28. RGB value is (252,185,40). Sum of RGB (Red+Green+Blue) = 252+185+40=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 40 (16.02% from 255 or 8.39% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB928 is #0346D7. Grayscale: #BDBDBD. Windows color (decimal): -214744 or 2669052. OLE color: 2669052.

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

Color convert

RGB 252 185 40 -
CMYK 0 0.27 0.84 0.01
HSL 41.04º 0.97% 0.57% -
HSV(B) 41.04º 0.84% 0.99% -
XYZ 57.88 55.55 9.68 -
YUV 188.5 44.2 173.29 -
System Red Green Blue C M Y K H S L
Decimal 252 185 40 0 0.27 0.84 0.01 41.04 0.97 0.57
Hex FC B9 28 0 1B 54 1 29 61 39
Octal 374 271 50 0 33 124 1 51 141 71
Binary 11111100 10111001 101000 0 11011 1010100 1 101001 1100001 111001

Color Harmonies of #FCB928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB928

Black with #FCB928

Text Example


Text Example

White with #FCB928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB928; }

 p { color: rgb(252,185,40); }

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

background-color css

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

 a { background-color: rgb(252,185,40); }

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

border-color css

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

 span { border-color: rgb(252,185,40); }

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