Html Css Color HEX #FBBA27 Saffron

📋 copy color: '#FBBA27'

red 251 ◦ green 186 ◦ blue 39

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

Shades of Saffron #FBBA27

Tints of Saffron #FBBA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.08%

 BLUE value IS 39 (15.63% from 255) = 8.19%

R = 52.73%
G = 39.08%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBBA27 (or 0xFBBA27) is known color: Saffron. HEX triplet: FB, BA and 27. RGB value is (251,186,39). Sum of RGB (Red+Green+Blue) = 251+186+39=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 39 (15.62% from 255 or 8.19% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA27 is #0445D8. Grayscale: #BDBDBD. Windows color (decimal): -280025 or 2603771. OLE color: 2603771.

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

Color convert

RGB 251 186 39 -
CMYK 0 0.26 0.84 0.02
HSL 41.6º 0.96% 0.57% -
HSV(B) 41.6º 0.84% 0.98% -
XYZ 57.71 55.77 9.64 -
YUV 188.68 43.53 172.45 -
System Red Green Blue C M Y K H S L
Decimal 251 186 39 0 0.26 0.84 0.02 41.6 0.96 0.57
Hex FB BA 27 0 1A 54 2 2A 60 39
Octal 373 272 47 0 32 124 2 52 140 71
Binary 11111011 10111010 100111 0 11010 1010100 10 101010 1100000 111001

Color Harmonies of #FBBA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBA27

Black with #FBBA27

Text Example


Text Example

White with #FBBA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBA27; }

 p { color: rgb(251,186,39); }

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

background-color css

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

 a { background-color: rgb(251,186,39); }

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

border-color css

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

 span { border-color: rgb(251,186,39); }

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