Html Css Color HEX #FAB222 Dark Tangerine

📋 copy color: '#FAB222'

red 250 ◦ green 178 ◦ blue 34

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

Shades of Dark Tangerine #FAB222

Tints of Dark Tangerine #FAB222

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.53%

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

R = 54.11%
G = 38.53%
B = 7.36%

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

#FAB222 (or 0xFAB222) is known color: Dark Tangerine. HEX triplet: FA, B2 and 22. RGB value is (250,178,34). Sum of RGB (Red+Green+Blue) = 250+178+34=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 34 (13.67% from 255 or 7.36% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB222 is #054DDD. Grayscale: #B7B7B7. Windows color (decimal): -347614 or 2274042. OLE color: 2274042.

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

Color convert

RGB 250 178 34 -
CMYK 0 0.29 0.86 0.02
HSL 40º 0.96% 0.56% -
HSV(B) 40º 0.86% 0.98% -
XYZ 55.63 52.28 8.67 -
YUV 183.11 43.85 175.71 -
System Red Green Blue C M Y K H S L
Decimal 250 178 34 0 0.29 0.86 0.02 40 0.96 0.56
Hex FA B2 22 0 1D 56 2 28 60 38
Octal 372 262 42 0 35 126 2 50 140 70
Binary 11111010 10110010 100010 0 11101 1010110 10 101000 1100000 111000

Color Harmonies of #FAB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB222

Black with #FAB222

Text Example


Text Example

White with #FAB222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB222; }

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

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

background-color css

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

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

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

border-color css

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

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

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