Html Css Color HEX #FBA01D Dark Tangerine

📋 copy color: '#FBA01D'

red 251 ◦ green 160 ◦ blue 29

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

Shades of Dark Tangerine #FBA01D

Tints of Dark Tangerine #FBA01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.59%

R = 57.05%
G = 36.36%
B = 6.59%

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

#FBA01D (or 0xFBA01D) is known color: Dark Tangerine. HEX triplet: FB, A0 and 1D. RGB value is (251,160,29). Sum of RGB (Red+Green+Blue) = 251+160+29=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA01D is #045FE2. Grayscale: #ACACAC. Windows color (decimal): -286691 or 1941755. OLE color: 1941755.

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

Color convert

RGB 251 160 29 -
CMYK 0 0.36 0.88 0.02
HSL 35.41º 0.97% 0.55% -
HSV(B) 35.41º 0.88% 0.98% -
XYZ 52.58 45.74 7.22 -
YUV 172.28 47.15 184.15 -
System Red Green Blue C M Y K H S L
Decimal 251 160 29 0 0.36 0.88 0.02 35.41 0.97 0.55
Hex FB A0 1D 0 24 58 2 23 61 37
Octal 373 240 35 0 44 130 2 43 141 67
Binary 11111011 10100000 11101 0 100100 1011000 10 100011 1100001 110111

Color Harmonies of #FBA01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA01D

Black with #FBA01D

Text Example


Text Example

White with #FBA01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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