Html Css Color HEX #FBA03F Sunshade

📋 copy color: '#FBA03F'

red 251 ◦ green 160 ◦ blue 63

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

Shades of Sunshade #FBA03F

Tints of Sunshade #FBA03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.29%

R = 52.95%
G = 33.76%
B = 13.29%

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

#FBA03F (or 0xFBA03F) is known color: Sunshade. HEX triplet: FB, A0 and 3F. RGB value is (251,160,63). Sum of RGB (Red+Green+Blue) = 251+160+63=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA03F is #045FC0. Grayscale: #B0B0B0. Windows color (decimal): -286657 or 4169979. OLE color: 4169979.

HSL color Cylindrical-coordinate representation of color #FBA03F: hue angle of 30.96º 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 #FBA03F is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 160 63 -
CMYK 0 0.36 0.75 0.02
HSL 30.96º 0.96% 0.62% -
HSV(B) 30.96º 0.75% 0.98% -
XYZ 53.25 46.01 10.78 -
YUV 176.15 64.15 181.39 -
System Red Green Blue C M Y K H S L
Decimal 251 160 63 0 0.36 0.75 0.02 30.96 0.96 0.62
Hex FB A0 3F 0 24 4B 2 1F 60 3E
Octal 373 240 77 0 44 113 2 37 140 76
Binary 11111011 10100000 111111 0 100100 1001011 10 11111 1100000 111110

Color Harmonies of #FBA03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA03F

Black with #FBA03F

Text Example


Text Example

White with #FBA03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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