Html Css Color HEX #FAB20D Dark Tangerine

📋 copy color: '#FAB20D'

red 250 ◦ green 178 ◦ blue 13

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

Shades of Dark Tangerine #FAB20D

Tints of Dark Tangerine #FAB20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.95%

R = 56.69%
G = 40.36%
B = 2.95%

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

#FAB20D (or 0xFAB20D) is known color: Dark Tangerine. HEX triplet: FA, B2 and 0D. RGB value is (250,178,13). Sum of RGB (Red+Green+Blue) = 250+178+13=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB20D is #054DF2. Grayscale: #B5B5B5. Windows color (decimal): -347635 or 897786. OLE color: 897786.

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

Color convert

RGB 250 178 13 -
CMYK 0 0.29 0.95 0.02
HSL 41.77º 0.96% 0.52% -
HSV(B) 41.77º 0.95% 0.98% -
XYZ 55.42 52.19 7.53 -
YUV 180.72 33.35 177.42 -
System Red Green Blue C M Y K H S L
Decimal 250 178 13 0 0.29 0.95 0.02 41.77 0.96 0.52
Hex FA B2 D 0 1D 5F 2 2A 60 34
Octal 372 262 15 0 35 137 2 52 140 64
Binary 11111010 10110010 1101 0 11101 1011111 10 101010 1100000 110100

Color Harmonies of #FAB20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB20D

Black with #FAB20D

Text Example


Text Example

White with #FAB20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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