Html Css Color HEX #FBA140 Sunshade

📋 copy color: '#FBA140'

red 251 ◦ green 161 ◦ blue 64

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

Shades of Sunshade #FBA140

Tints of Sunshade #FBA140

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.82%

 BLUE value IS 64 (25.39% from 255) = 13.45%

R = 52.73%
G = 33.82%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FBA140 (or 0xFBA140) is known color: Sunshade. HEX triplet: FB, A1 and 40. RGB value is (251,161,64). Sum of RGB (Red+Green+Blue) = 251+161+64=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA140 is #045EBF. Grayscale: #B1B1B1. Windows color (decimal): -286400 or 4235771. OLE color: 4235771.

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

Color convert

RGB 251 161 64 -
CMYK 0 0.36 0.75 0.02
HSL 31.12º 0.96% 0.62% -
HSV(B) 31.12º 0.75% 0.98% -
XYZ 53.45 46.37 10.98 -
YUV 176.85 64.32 180.89 -
System Red Green Blue C M Y K H S L
Decimal 251 161 64 0 0.36 0.75 0.02 31.12 0.96 0.62
Hex FB A1 40 0 24 4B 2 1F 60 3E
Octal 373 241 100 0 44 113 2 37 140 76
Binary 11111011 10100001 1000000 0 100100 1001011 10 11111 1100000 111110

Color Harmonies of #FBA140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA140

Black with #FBA140

Text Example


Text Example

White with #FBA140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA140; }

 p { color: rgb(251,161,64); }

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

background-color css

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

 a { background-color: rgb(251,161,64); }

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

border-color css

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

 span { border-color: rgb(251,161,64); }

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