Html Css Color HEX #FFC031 Saffron

📋 copy color: '#FFC031'

red 255 ◦ green 192 ◦ blue 49

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

Shades of Saffron #FFC031

Tints of Saffron #FFC031

RGB

 RED value IS 255 (100% from 255) = 51.41%

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

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

R = 51.41%
G = 38.71%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFC031 (or 0xFFC031) is known color: Saffron. HEX triplet: FF, C0 and 31. RGB value is (255,192,49). Sum of RGB (Red+Green+Blue) = 255+192+49=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC031 is #003FCE. Grayscale: #C3C3C3. Windows color (decimal): -16335 or 3260671. OLE color: 3260671.

HSL color Cylindrical-coordinate representation of color #FFC031: hue angle of 41.65º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFC031 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 49 -
CMYK 0 0.25 0.81 0
HSL 41.65º 1% 0.6% -
HSV(B) 41.65º 0.81% 1% -
XYZ 60.64 59.18 11.13 -
YUV 194.54 45.87 171.13 -
System Red Green Blue C M Y K H S L
Decimal 255 192 49 0 0.25 0.81 0 41.65 1 0.6
Hex FF C0 31 0 19 51 0 2A 64 3C
Octal 377 300 61 0 31 121 0 52 144 74
Binary 11111111 11000000 110001 0 11001 1010001 0 101010 1100100 111100

Color Harmonies of #FFC031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC031

Black with #FFC031

Text Example


Text Example

White with #FFC031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC031; }

 p { color: rgb(255,192,49); }

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

background-color css

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

 a { background-color: rgb(255,192,49); }

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

border-color css

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

 span { border-color: rgb(255,192,49); }

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