Html Css Color HEX #FCB325 Supernova

📋 copy color: '#FCB325'

red 252 ◦ green 179 ◦ blue 37

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

Shades of Supernova #FCB325

Tints of Supernova #FCB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.25%

 BLUE value IS 37 (14.84% from 255) = 7.91%

R = 53.85%
G = 38.25%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCB325 (or 0xFCB325) is known color: Supernova. HEX triplet: FC, B3 and 25. RGB value is (252,179,37). Sum of RGB (Red+Green+Blue) = 252+179+37=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB325 is #034CDA. Grayscale: #B9B9B9. Windows color (decimal): -216283 or 2470908. OLE color: 2470908.

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

Color convert

RGB 252 179 37 -
CMYK 0 0.29 0.85 0.01
HSL 39.63º 0.97% 0.57% -
HSV(B) 39.63º 0.85% 0.99% -
XYZ 56.6 53.07 9.01 -
YUV 184.64 44.68 176.05 -
System Red Green Blue C M Y K H S L
Decimal 252 179 37 0 0.29 0.85 0.01 39.63 0.97 0.57
Hex FC B3 25 0 1D 55 1 28 61 39
Octal 374 263 45 0 35 125 1 50 141 71
Binary 11111100 10110011 100101 0 11101 1010101 1 101000 1100001 111001

Color Harmonies of #FCB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB325

Black with #FCB325

Text Example


Text Example

White with #FCB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB325; }

 p { color: rgb(252,179,37); }

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

background-color css

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

 a { background-color: rgb(252,179,37); }

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

border-color css

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

 span { border-color: rgb(252,179,37); }

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