Html Css Color HEX #FFC228 Saffron

📋 copy color: '#FFC228'

red 255 ◦ green 194 ◦ blue 40

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

Shades of Saffron #FFC228

Tints of Saffron #FFC228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.18%

R = 52.15%
G = 39.67%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFC228 (or 0xFFC228) is known color: Saffron. HEX triplet: FF, C2 and 28. RGB value is (255,194,40). Sum of RGB (Red+Green+Blue) = 255+194+40=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 40 (16.02% from 255 or 8.18% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC228 is #003DD7. Grayscale: #C3C3C3. Windows color (decimal): -15832 or 2671359. OLE color: 2671359.

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

Color convert

RGB 255 194 40 -
CMYK 0 0.24 0.84 0
HSL 42.98º 1% 0.58% -
HSV(B) 42.98º 0.84% 1% -
XYZ 60.91 60 10.38 -
YUV 194.68 40.71 171.02 -
System Red Green Blue C M Y K H S L
Decimal 255 194 40 0 0.24 0.84 0 42.98 1 0.58
Hex FF C2 28 0 18 54 0 2B 64 3A
Octal 377 302 50 0 30 124 0 53 144 72
Binary 11111111 11000010 101000 0 11000 1010100 0 101011 1100100 111010

Color Harmonies of #FFC228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC228

Black with #FFC228

Text Example


Text Example

White with #FFC228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC228; }

 p { color: rgb(255,194,40); }

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

background-color css

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

 a { background-color: rgb(255,194,40); }

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

border-color css

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

 span { border-color: rgb(255,194,40); }

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