Html Css Color HEX #FBA04A Sunshade

📋 copy color: '#FBA04A'

red 251 ◦ green 160 ◦ blue 74

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

Shades of Sunshade #FBA04A

Tints of Sunshade #FBA04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.26%

R = 51.75%
G = 32.99%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBA04A (or 0xFBA04A) is known color: Sunshade. HEX triplet: FB, A0 and 4A. RGB value is (251,160,74). Sum of RGB (Red+Green+Blue) = 251+160+74=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA04A is #045FB5. Grayscale: #B1B1B1. Windows color (decimal): -286646 or 4890875. OLE color: 4890875.

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

Color convert

RGB 251 160 74 -
CMYK 0 0.36 0.71 0.02
HSL 29.15º 0.96% 0.64% -
HSV(B) 29.15º 0.71% 0.98% -
XYZ 53.59 46.15 12.56 -
YUV 177.41 69.65 180.49 -
System Red Green Blue C M Y K H S L
Decimal 251 160 74 0 0.36 0.71 0.02 29.15 0.96 0.64
Hex FB A0 4A 0 24 47 2 1D 60 40
Octal 373 240 112 0 44 107 2 35 140 100
Binary 11111011 10100000 1001010 0 100100 1000111 10 11101 1100000 1000000

Color Harmonies of #FBA04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA04A

Black with #FBA04A

Text Example


Text Example

White with #FBA04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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