Html Css Color HEX #FBC22F Saffron

📋 copy color: '#FBC22F'

red 251 ◦ green 194 ◦ blue 47

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

Shades of Saffron #FBC22F

Tints of Saffron #FBC22F

RGB

 RED value IS 251 (98.44% from 255) = 51.02%

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

 BLUE value IS 47 (18.75% from 255) = 9.55%

R = 51.02%
G = 39.43%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBC22F (or 0xFBC22F) is known color: Saffron. HEX triplet: FB, C2 and 2F. RGB value is (251,194,47). Sum of RGB (Red+Green+Blue) = 251+194+47=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC22F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC22F is #043DD0. Grayscale: #C2C2C2. Windows color (decimal): -277969 or 3130107. OLE color: 3130107.

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

Color convert

RGB 251 194 47 -
CMYK 0 0.23 0.81 0.02
HSL 43.24º 0.96% 0.58% -
HSV(B) 43.24º 0.81% 0.98% -
XYZ 59.59 59.3 10.99 -
YUV 194.29 44.88 168.45 -
System Red Green Blue C M Y K H S L
Decimal 251 194 47 0 0.23 0.81 0.02 43.24 0.96 0.58
Hex FB C2 2F 0 17 51 2 2B 60 3A
Octal 373 302 57 0 27 121 2 53 140 72
Binary 11111011 11000010 101111 0 10111 1010001 10 101011 1100000 111010

Color Harmonies of #FBC22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC22F

Black with #FBC22F

Text Example


Text Example

White with #FBC22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC22F; }

 p { color: rgb(251,194,47); }

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

background-color css

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

 a { background-color: rgb(251,194,47); }

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

border-color css

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

 span { border-color: rgb(251,194,47); }

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