Html Css Color HEX #FCC231 Saffron

📋 copy color: '#FCC231'

red 252 ◦ green 194 ◦ blue 49

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

Shades of Saffron #FCC231

Tints of Saffron #FCC231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.19%

 BLUE value IS 49 (19.53% from 255) = 9.9%

R = 50.91%
G = 39.19%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCC231 (or 0xFCC231) is known color: Saffron. HEX triplet: FC, C2 and 31. RGB value is (252,194,49). Sum of RGB (Red+Green+Blue) = 252+194+49=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC231 is #033DCE. Grayscale: #C3C3C3. Windows color (decimal): -212431 or 3261180. OLE color: 3261180.

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

Color convert

RGB 252 194 49 -
CMYK 0 0.23 0.81 0.01
HSL 42.86º 0.97% 0.59% -
HSV(B) 42.86º 0.81% 0.99% -
XYZ 59.99 59.5 11.23 -
YUV 194.81 45.72 168.79 -
System Red Green Blue C M Y K H S L
Decimal 252 194 49 0 0.23 0.81 0.01 42.86 0.97 0.59
Hex FC C2 31 0 17 51 1 2B 61 3B
Octal 374 302 61 0 27 121 1 53 141 73
Binary 11111100 11000010 110001 0 10111 1010001 1 101011 1100001 111011

Color Harmonies of #FCC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC231

Black with #FCC231

Text Example


Text Example

White with #FCC231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC231; }

 p { color: rgb(252,194,49); }

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

background-color css

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

 a { background-color: rgb(252,194,49); }

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

border-color css

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

 span { border-color: rgb(252,194,49); }

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