Html Css Color HEX #FCB128 Supernova

📋 copy color: '#FCB128'

red 252 ◦ green 177 ◦ blue 40

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

Shades of Supernova #FCB128

Tints of Supernova #FCB128

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

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

R = 53.73%
G = 37.74%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCB128 (or 0xFCB128) is known color: Supernova. HEX triplet: FC, B1 and 28. RGB value is (252,177,40). Sum of RGB (Red+Green+Blue) = 252+177+40=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB128 is #034ED7. Grayscale: #B8B8B8. Windows color (decimal): -216792 or 2667004. OLE color: 2667004.

HSL color Cylindrical-coordinate representation of color #FCB128: hue angle of 38.77º 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 #FCB128 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 177 40 -
CMYK 0 0.30 0.84 0.01
HSL 38.77º 0.97% 0.57% -
HSV(B) 38.77º 0.84% 0.99% -
XYZ 56.25 52.29 9.14 -
YUV 183.81 46.85 176.64 -
System Red Green Blue C M Y K H S L
Decimal 252 177 40 0 0.30 0.84 0.01 38.77 0.97 0.57
Hex FC B1 28 0 1E 54 1 27 61 39
Octal 374 261 50 0 36 124 1 47 141 71
Binary 11111100 10110001 101000 0 11110 1010100 1 100111 1100001 111001

Color Harmonies of #FCB128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB128

Black with #FCB128

Text Example


Text Example

White with #FCB128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB128; }

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

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

background-color css

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

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

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

border-color css

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

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

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