Html Css Color HEX #FBBA2C Saffron

📋 copy color: '#FBBA2C'

red 251 ◦ green 186 ◦ blue 44

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

Shades of Saffron #FBBA2C

Tints of Saffron #FBBA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.15%

R = 52.18%
G = 38.67%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBBA2C (or 0xFBBA2C) is known color: Saffron. HEX triplet: FB, BA and 2C. RGB value is (251,186,44). Sum of RGB (Red+Green+Blue) = 251+186+44=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA2C is #0445D3. Grayscale: #BDBDBD. Windows color (decimal): -280020 or 2931451. OLE color: 2931451.

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

Color convert

RGB 251 186 44 -
CMYK 0 0.26 0.82 0.02
HSL 41.16º 0.96% 0.58% -
HSV(B) 41.16º 0.82% 0.98% -
XYZ 57.8 55.81 10.11 -
YUV 189.25 46.03 172.05 -
System Red Green Blue C M Y K H S L
Decimal 251 186 44 0 0.26 0.82 0.02 41.16 0.96 0.58
Hex FB BA 2C 0 1A 52 2 29 60 3A
Octal 373 272 54 0 32 122 2 51 140 72
Binary 11111011 10111010 101100 0 11010 1010010 10 101001 1100000 111010

Color Harmonies of #FBBA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBA2C

Black with #FBBA2C

Text Example


Text Example

White with #FBBA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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