Html Css Color HEX #FBA041 Sunshade

📋 copy color: '#FBA041'

red 251 ◦ green 160 ◦ blue 65

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

Shades of Sunshade #FBA041

Tints of Sunshade #FBA041

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.61%

 BLUE value IS 65 (25.78% from 255) = 13.66%

R = 52.73%
G = 33.61%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FBA041 (or 0xFBA041) is known color: Sunshade. HEX triplet: FB, A0 and 41. RGB value is (251,160,65). Sum of RGB (Red+Green+Blue) = 251+160+65=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA041 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA041 is #045FBE. Grayscale: #B0B0B0. Windows color (decimal): -286655 or 4301051. OLE color: 4301051.

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

Color convert

RGB 251 160 65 -
CMYK 0 0.36 0.74 0.02
HSL 30.65º 0.96% 0.62% -
HSV(B) 30.65º 0.74% 0.98% -
XYZ 53.31 46.03 11.08 -
YUV 176.38 65.15 181.22 -
System Red Green Blue C M Y K H S L
Decimal 251 160 65 0 0.36 0.74 0.02 30.65 0.96 0.62
Hex FB A0 41 0 24 4A 2 1F 60 3E
Octal 373 240 101 0 44 112 2 37 140 76
Binary 11111011 10100000 1000001 0 100100 1001010 10 11111 1100000 111110

Color Harmonies of #FBA041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA041

Black with #FBA041

Text Example


Text Example

White with #FBA041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA041; }

 p { color: rgb(251,160,65); }

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

background-color css

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

 a { background-color: rgb(251,160,65); }

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

border-color css

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

 span { border-color: rgb(251,160,65); }

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