Html Css Color HEX #FBA01A Dark Tangerine

📋 copy color: '#FBA01A'

red 251 ◦ green 160 ◦ blue 26

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

Shades of Dark Tangerine #FBA01A

Tints of Dark Tangerine #FBA01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.95%

R = 57.44%
G = 36.61%
B = 5.95%

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

#FBA01A (or 0xFBA01A) is known color: Dark Tangerine. HEX triplet: FB, A0 and 1A. RGB value is (251,160,26). Sum of RGB (Red+Green+Blue) = 251+160+26=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 26 (10.55% from 255 or 5.95% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA01A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA01A is #045FE5. Grayscale: #ACACAC. Windows color (decimal): -286694 or 1745147. OLE color: 1745147.

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

Color convert

RGB 251 160 26 -
CMYK 0 0.36 0.90 0.02
HSL 35.73º 0.97% 0.54% -
HSV(B) 35.73º 0.9% 0.98% -
XYZ 52.54 45.73 7.03 -
YUV 171.93 45.65 184.4 -
System Red Green Blue C M Y K H S L
Decimal 251 160 26 0 0.36 0.90 0.02 35.73 0.97 0.54
Hex FB A0 1A 0 24 5A 2 24 61 36
Octal 373 240 32 0 44 132 2 44 141 66
Binary 11111011 10100000 11010 0 100100 1011010 10 100100 1100001 110110

Color Harmonies of #FBA01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA01A

Black with #FBA01A

Text Example


Text Example

White with #FBA01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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