Html Css Color HEX #FCC430 Saffron

📋 copy color: '#FCC430'

red 252 ◦ green 196 ◦ blue 48

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

Shades of Saffron #FCC430

Tints of Saffron #FCC430

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.52%

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

R = 50.81%
G = 39.52%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCC430 (or 0xFCC430) is known color: Saffron. HEX triplet: FC, C4 and 30. RGB value is (252,196,48). Sum of RGB (Red+Green+Blue) = 252+196+48=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC430 is #033BCF. Grayscale: #C4C4C4. Windows color (decimal): -211920 or 3196156. OLE color: 3196156.

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

Color convert

RGB 252 196 48 -
CMYK 0 0.22 0.81 0.01
HSL 43.53º 0.97% 0.59% -
HSV(B) 43.53º 0.81% 0.99% -
XYZ 60.42 60.39 11.27 -
YUV 195.87 44.55 168.03 -
System Red Green Blue C M Y K H S L
Decimal 252 196 48 0 0.22 0.81 0.01 43.53 0.97 0.59
Hex FC C4 30 0 16 51 1 2C 61 3B
Octal 374 304 60 0 26 121 1 54 141 73
Binary 11111100 11000100 110000 0 10110 1010001 1 101100 1100001 111011

Color Harmonies of #FCC430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC430

Black with #FCC430

Text Example


Text Example

White with #FCC430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC430; }

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

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

background-color css

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

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

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

border-color css

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

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

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