Html Css Color HEX #FFC22B Saffron

📋 copy color: '#FFC22B'

red 255 ◦ green 194 ◦ blue 43

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

Shades of Saffron #FFC22B

Tints of Saffron #FFC22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.74%

R = 51.83%
G = 39.43%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFC22B (or 0xFFC22B) is known color: Saffron. HEX triplet: FF, C2 and 2B. RGB value is (255,194,43). Sum of RGB (Red+Green+Blue) = 255+194+43=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 43 (17.19% from 255 or 8.74% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC22B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC22B is #003DD4. Grayscale: #C3C3C3. Windows color (decimal): -15829 or 2867967. OLE color: 2867967.

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

Color convert

RGB 255 194 43 -
CMYK 0 0.24 0.83 0
HSL 42.74º 1% 0.58% -
HSV(B) 42.74º 0.83% 1% -
XYZ 60.97 60.02 10.66 -
YUV 195.03 42.21 170.78 -
System Red Green Blue C M Y K H S L
Decimal 255 194 43 0 0.24 0.83 0 42.74 1 0.58
Hex FF C2 2B 0 18 53 0 2B 64 3A
Octal 377 302 53 0 30 123 0 53 144 72
Binary 11111111 11000010 101011 0 11000 1010011 0 101011 1100100 111010

Color Harmonies of #FFC22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC22B

Black with #FFC22B

Text Example


Text Example

White with #FFC22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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