Html Css Color HEX #FBBA25 Saffron

📋 copy color: '#FBBA25'

red 251 ◦ green 186 ◦ blue 37

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

Shades of Saffron #FBBA25

Tints of Saffron #FBBA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.81%

R = 52.95%
G = 39.24%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FBBA25 (or 0xFBBA25) is known color: Saffron. HEX triplet: FB, BA and 25. RGB value is (251,186,37). Sum of RGB (Red+Green+Blue) = 251+186+37=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 37 (14.84% from 255 or 7.81% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA25 is #0445DA. Grayscale: #BDBDBD. Windows color (decimal): -280027 or 2472699. OLE color: 2472699.

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

Color convert

RGB 251 186 37 -
CMYK 0 0.26 0.85 0.02
HSL 41.78º 0.96% 0.56% -
HSV(B) 41.78º 0.85% 0.98% -
XYZ 57.68 55.76 9.47 -
YUV 188.45 42.53 172.62 -
System Red Green Blue C M Y K H S L
Decimal 251 186 37 0 0.26 0.85 0.02 41.78 0.96 0.56
Hex FB BA 25 0 1A 55 2 2A 60 38
Octal 373 272 45 0 32 125 2 52 140 70
Binary 11111011 10111010 100101 0 11010 1010101 10 101010 1100000 111000

Color Harmonies of #FBBA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBA25

Black with #FBBA25

Text Example


Text Example

White with #FBBA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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