Html Css Color HEX #FFC026 Saffron

📋 copy color: '#FFC026'

red 255 ◦ green 192 ◦ blue 38

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

Shades of Saffron #FFC026

Tints of Saffron #FFC026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.84%

R = 52.58%
G = 39.59%
B = 7.84%

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

#FFC026 (or 0xFFC026) is known color: Saffron. HEX triplet: FF, C0 and 26. RGB value is (255,192,38). Sum of RGB (Red+Green+Blue) = 255+192+38=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 38 (15.23% from 255 or 7.84% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC026 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC026 is #003FD9. Grayscale: #C1C1C1. Windows color (decimal): -16346 or 2539775. OLE color: 2539775.

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

Color convert

RGB 255 192 38 -
CMYK 0 0.25 0.85 0
HSL 42.58º 1% 0.57% -
HSV(B) 42.58º 0.85% 1% -
XYZ 60.44 59.1 10.06 -
YUV 193.28 40.37 172.02 -
System Red Green Blue C M Y K H S L
Decimal 255 192 38 0 0.25 0.85 0 42.58 1 0.57
Hex FF C0 26 0 19 55 0 2B 64 39
Octal 377 300 46 0 31 125 0 53 144 71
Binary 11111111 11000000 100110 0 11001 1010101 0 101011 1100100 111001

Color Harmonies of #FFC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC026

Black with #FFC026

Text Example


Text Example

White with #FFC026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC026; }

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

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

background-color css

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

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

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

border-color css

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

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

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