Html Css Color HEX #FFC027 Saffron

📋 copy color: '#FFC027'

red 255 ◦ green 192 ◦ blue 39

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

Shades of Saffron #FFC027

Tints of Saffron #FFC027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.02%

R = 52.47%
G = 39.51%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFC027 (or 0xFFC027) is known color: Saffron. HEX triplet: FF, C0 and 27. RGB value is (255,192,39). Sum of RGB (Red+Green+Blue) = 255+192+39=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 39 (15.62% from 255 or 8.02% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC027 is #003FD8. Grayscale: #C2C2C2. Windows color (decimal): -16345 or 2605311. OLE color: 2605311.

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

Color convert

RGB 255 192 39 -
CMYK 0 0.25 0.85 0
HSL 42.5º 1% 0.58% -
HSV(B) 42.5º 0.85% 1% -
XYZ 60.46 59.11 10.14 -
YUV 193.4 40.87 171.94 -
System Red Green Blue C M Y K H S L
Decimal 255 192 39 0 0.25 0.85 0 42.5 1 0.58
Hex FF C0 27 0 19 55 0 2A 64 3A
Octal 377 300 47 0 31 125 0 52 144 72
Binary 11111111 11000000 100111 0 11001 1010101 0 101010 1100100 111010

Color Harmonies of #FFC027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC027

Black with #FFC027

Text Example


Text Example

White with #FFC027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC027; }

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

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

background-color css

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

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

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

border-color css

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

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

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