Html Css Color HEX #FCC038 Saffron

📋 copy color: '#FCC038'

red 252 ◦ green 192 ◦ blue 56

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

Shades of Saffron #FCC038

Tints of Saffron #FCC038

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.4%

 BLUE value IS 56 (22.27% from 255) = 11.2%

R = 50.4%
G = 38.4%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCC038 (or 0xFCC038) is known color: Saffron. HEX triplet: FC, C0 and 38. RGB value is (252,192,56). Sum of RGB (Red+Green+Blue) = 252+192+56=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 56 (22.27% from 255 or 11.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC038 is #033FC7. Grayscale: #C3C3C3. Windows color (decimal): -212936 or 3719420. OLE color: 3719420.

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

Color convert

RGB 252 192 56 -
CMYK 0 0.24 0.78 0.01
HSL 41.63º 0.97% 0.6% -
HSV(B) 41.63º 0.78% 0.99% -
XYZ 59.71 58.68 11.92 -
YUV 194.44 49.88 169.06 -
System Red Green Blue C M Y K H S L
Decimal 252 192 56 0 0.24 0.78 0.01 41.63 0.97 0.6
Hex FC C0 38 0 18 4E 1 2A 61 3C
Octal 374 300 70 0 30 116 1 52 141 74
Binary 11111100 11000000 111000 0 11000 1001110 1 101010 1100001 111100

Color Harmonies of #FCC038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC038

Black with #FCC038

Text Example


Text Example

White with #FCC038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC038; }

 p { color: rgb(252,192,56); }

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

background-color css

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

 a { background-color: rgb(252,192,56); }

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

border-color css

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

 span { border-color: rgb(252,192,56); }

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