Html Css Color HEX #FBA01E Dark Tangerine

📋 copy color: '#FBA01E'

red 251 ◦ green 160 ◦ blue 30

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

Shades of Dark Tangerine #FBA01E

Tints of Dark Tangerine #FBA01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.8%

R = 56.92%
G = 36.28%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FBA01E (or 0xFBA01E) is known color: Dark Tangerine. HEX triplet: FB, A0 and 1E. RGB value is (251,160,30). Sum of RGB (Red+Green+Blue) = 251+160+30=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA01E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA01E is #045FE1. Grayscale: #ADADAD. Windows color (decimal): -286690 or 2007291. OLE color: 2007291.

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

Color convert

RGB 251 160 30 -
CMYK 0 0.36 0.88 0.02
HSL 35.29º 0.97% 0.55% -
HSV(B) 35.29º 0.88% 0.98% -
XYZ 52.59 45.74 7.29 -
YUV 172.39 47.65 184.07 -
System Red Green Blue C M Y K H S L
Decimal 251 160 30 0 0.36 0.88 0.02 35.29 0.97 0.55
Hex FB A0 1E 0 24 58 2 23 61 37
Octal 373 240 36 0 44 130 2 43 141 67
Binary 11111011 10100000 11110 0 100100 1011000 10 100011 1100001 110111

Color Harmonies of #FBA01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA01E

Black with #FBA01E

Text Example


Text Example

White with #FBA01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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