Html Css Color HEX #FBBF28 Saffron

📋 copy color: '#FBBF28'

red 251 ◦ green 191 ◦ blue 40

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

Shades of Saffron #FBBF28

Tints of Saffron #FBBF28

RGB

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

 GREEN value IS 191 (75% from 255) = 39.63%

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

R = 52.07%
G = 39.63%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBBF28 (or 0xFBBF28) is known color: Saffron. HEX triplet: FB, BF and 28. RGB value is (251,191,40). Sum of RGB (Red+Green+Blue) = 251+191+40=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBF28 is #0440D7. Grayscale: #C0C0C0. Windows color (decimal): -278744 or 2670587. OLE color: 2670587.

HSL color Cylindrical-coordinate representation of color #FBBF28: hue angle of 42.94º 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 #FBBF28 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 191 40 -
CMYK 0 0.24 0.84 0.02
HSL 42.94º 0.96% 0.57% -
HSV(B) 42.94º 0.84% 0.98% -
XYZ 58.8 57.92 10.09 -
YUV 191.73 42.38 170.28 -
System Red Green Blue C M Y K H S L
Decimal 251 191 40 0 0.24 0.84 0.02 42.94 0.96 0.57
Hex FB BF 28 0 18 54 2 2B 60 39
Octal 373 277 50 0 30 124 2 53 140 71
Binary 11111011 10111111 101000 0 11000 1010100 10 101011 1100000 111001

Color Harmonies of #FBBF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBF28

Black with #FBBF28

Text Example


Text Example

White with #FBBF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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