Html Css Color HEX #FAB122 Dark Tangerine

📋 copy color: '#FAB122'

red 250 ◦ green 177 ◦ blue 34

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

Shades of Dark Tangerine #FAB122

Tints of Dark Tangerine #FAB122

RGB

 RED value IS 250 (98.05% from 255) = 54.23%

 GREEN value IS 177 (69.53% from 255) = 38.39%

 BLUE value IS 34 (13.67% from 255) = 7.38%

R = 54.23%
G = 38.39%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAB122 (or 0xFAB122) is known color: Dark Tangerine. HEX triplet: FA, B1 and 22. RGB value is (250,177,34). Sum of RGB (Red+Green+Blue) = 250+177+34=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB122 is #054EDD. Grayscale: #B7B7B7. Windows color (decimal): -347870 or 2273786. OLE color: 2273786.

HSL color Cylindrical-coordinate representation of color #FAB122: hue angle of 39.72º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAB122 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 177 34 -
CMYK 0 0.29 0.86 0.02
HSL 39.72º 0.96% 0.56% -
HSV(B) 39.72º 0.86% 0.98% -
XYZ 55.44 51.88 8.61 -
YUV 182.53 44.18 176.13 -
System Red Green Blue C M Y K H S L
Decimal 250 177 34 0 0.29 0.86 0.02 39.72 0.96 0.56
Hex FA B1 22 0 1D 56 2 28 60 38
Octal 372 261 42 0 35 126 2 50 140 70
Binary 11111010 10110001 100010 0 11101 1010110 10 101000 1100000 111000

Color Harmonies of #FAB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB122

Black with #FAB122

Text Example


Text Example

White with #FAB122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB122; }

 p { color: rgb(250,177,34); }

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

background-color css

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

 a { background-color: rgb(250,177,34); }

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

border-color css

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

 span { border-color: rgb(250,177,34); }

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