Html Css Color HEX #FAB20C Dark Tangerine

📋 copy color: '#FAB20C'

red 250 ◦ green 178 ◦ blue 12

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

Shades of Dark Tangerine #FAB20C

Tints of Dark Tangerine #FAB20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.73%

R = 56.82%
G = 40.45%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAB20C (or 0xFAB20C) is known color: Dark Tangerine. HEX triplet: FA, B2 and 0C. RGB value is (250,178,12). Sum of RGB (Red+Green+Blue) = 250+178+12=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB20C is #054DF3. Grayscale: #B5B5B5. Windows color (decimal): -347636 or 832250. OLE color: 832250.

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

Color convert

RGB 250 178 12 -
CMYK 0 0.29 0.95 0.02
HSL 41.85º 0.96% 0.51% -
HSV(B) 41.85º 0.95% 0.98% -
XYZ 55.41 52.19 7.5 -
YUV 180.6 32.85 177.5 -
System Red Green Blue C M Y K H S L
Decimal 250 178 12 0 0.29 0.95 0.02 41.85 0.96 0.51
Hex FA B2 C 0 1D 5F 2 2A 60 33
Octal 372 262 14 0 35 137 2 52 140 63
Binary 11111010 10110010 1100 0 11101 1011111 10 101010 1100000 110011

Color Harmonies of #FAB20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB20C

Black with #FAB20C

Text Example


Text Example

White with #FAB20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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