Html Css Color HEX #FBA21F Dark Tangerine

📋 copy color: '#FBA21F'

red 251 ◦ green 162 ◦ blue 31

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

Shades of Dark Tangerine #FBA21F

Tints of Dark Tangerine #FBA21F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.49%

 BLUE value IS 31 (12.5% from 255) = 6.98%

R = 56.53%
G = 36.49%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FBA21F (or 0xFBA21F) is known color: Dark Tangerine. HEX triplet: FB, A2 and 1F. RGB value is (251,162,31). Sum of RGB (Red+Green+Blue) = 251+162+31=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA21F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA21F is #045DE0. Grayscale: #AEAEAE. Windows color (decimal): -286177 or 2073339. OLE color: 2073339.

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

Color convert

RGB 251 162 31 -
CMYK 0 0.35 0.88 0.02
HSL 35.73º 0.96% 0.55% -
HSV(B) 35.73º 0.88% 0.98% -
XYZ 52.95 46.45 7.47 -
YUV 173.68 47.49 183.15 -
System Red Green Blue C M Y K H S L
Decimal 251 162 31 0 0.35 0.88 0.02 35.73 0.96 0.55
Hex FB A2 1F 0 23 58 2 24 60 37
Octal 373 242 37 0 43 130 2 44 140 67
Binary 11111011 10100010 11111 0 100011 1011000 10 100100 1100000 110111

Color Harmonies of #FBA21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA21F

Black with #FBA21F

Text Example


Text Example

White with #FBA21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA21F; }

 p { color: rgb(251,162,31); }

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

background-color css

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

 a { background-color: rgb(251,162,31); }

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

border-color css

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

 span { border-color: rgb(251,162,31); }

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