Html Css Color HEX #FBC228 Saffron

📋 copy color: '#FBC228'

red 251 ◦ green 194 ◦ blue 40

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

Shades of Saffron #FBC228

Tints of Saffron #FBC228

RGB

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

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

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

R = 51.75%
G = 40%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBC228 (or 0xFBC228) is known color: Saffron. HEX triplet: FB, C2 and 28. RGB value is (251,194,40). Sum of RGB (Red+Green+Blue) = 251+194+40=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC228 is #043DD7. Grayscale: #C2C2C2. Windows color (decimal): -277976 or 2671355. OLE color: 2671355.

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

Color convert

RGB 251 194 40 -
CMYK 0 0.23 0.84 0.02
HSL 43.79º 0.96% 0.57% -
HSV(B) 43.79º 0.84% 0.98% -
XYZ 59.46 59.25 10.31 -
YUV 193.49 41.38 169.02 -
System Red Green Blue C M Y K H S L
Decimal 251 194 40 0 0.23 0.84 0.02 43.79 0.96 0.57
Hex FB C2 28 0 17 54 2 2C 60 39
Octal 373 302 50 0 27 124 2 54 140 71
Binary 11111011 11000010 101000 0 10111 1010100 10 101100 1100000 111001

Color Harmonies of #FBC228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC228

Black with #FBC228

Text Example


Text Example

White with #FBC228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC228; }

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

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

background-color css

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

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

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

border-color css

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

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

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