Html Css Color HEX #FBA018 Dark Tangerine

📋 copy color: '#FBA018'

red 251 ◦ green 160 ◦ blue 24

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

Shades of Dark Tangerine #FBA018

Tints of Dark Tangerine #FBA018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.52%

R = 57.7%
G = 36.78%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FBA018 (or 0xFBA018) is known color: Dark Tangerine. HEX triplet: FB, A0 and 18. RGB value is (251,160,24). Sum of RGB (Red+Green+Blue) = 251+160+24=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA018 is #045FE7. Grayscale: #ACACAC. Windows color (decimal): -286696 or 1614075. OLE color: 1614075.

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

Color convert

RGB 251 160 24 -
CMYK 0 0.36 0.90 0.02
HSL 35.95º 0.97% 0.54% -
HSV(B) 35.95º 0.9% 0.98% -
XYZ 52.52 45.72 6.92 -
YUV 171.71 44.65 184.56 -
System Red Green Blue C M Y K H S L
Decimal 251 160 24 0 0.36 0.90 0.02 35.95 0.97 0.54
Hex FB A0 18 0 24 5A 2 24 61 36
Octal 373 240 30 0 44 132 2 44 141 66
Binary 11111011 10100000 11000 0 100100 1011010 10 100100 1100001 110110

Color Harmonies of #FBA018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA018

Black with #FBA018

Text Example


Text Example

White with #FBA018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA018; }

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

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

background-color css

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

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

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

border-color css

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

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

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