Html Css Color HEX #FDC22B Saffron

📋 copy color: '#FDC22B'

red 253 ◦ green 194 ◦ blue 43

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

Shades of Saffron #FDC22B

Tints of Saffron #FDC22B

RGB

 RED value IS 253 (99.22% from 255) = 51.63%

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

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

R = 51.63%
G = 39.59%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDC22B (or 0xFDC22B) is known color: Saffron. HEX triplet: FD, C2 and 2B. RGB value is (253,194,43). Sum of RGB (Red+Green+Blue) = 253+194+43=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 43 (17.19% from 255 or 8.78% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC22B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC22B is #023DD4. Grayscale: #C3C3C3. Windows color (decimal): -146901 or 2867965. OLE color: 2867965.

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

Color convert

RGB 253 194 43 -
CMYK 0 0.23 0.83 0.01
HSL 43.14º 0.98% 0.58% -
HSV(B) 43.14º 0.83% 0.99% -
XYZ 60.24 59.64 10.62 -
YUV 194.43 42.55 169.78 -
System Red Green Blue C M Y K H S L
Decimal 253 194 43 0 0.23 0.83 0.01 43.14 0.98 0.58
Hex FD C2 2B 0 17 53 1 2B 62 3A
Octal 375 302 53 0 27 123 1 53 142 72
Binary 11111101 11000010 101011 0 10111 1010011 1 101011 1100010 111010

Color Harmonies of #FDC22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC22B

Black with #FDC22B

Text Example


Text Example

White with #FDC22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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