Html Css Color HEX #FDA20B Dark Tangerine

📋 copy color: '#FDA20B'

red 253 ◦ green 162 ◦ blue 11

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

Shades of Dark Tangerine #FDA20B

Tints of Dark Tangerine #FDA20B

RGB

 RED value IS 253 (99.22% from 255) = 59.39%

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

 BLUE value IS 11 (4.69% from 255) = 2.58%

R = 59.39%
G = 38.03%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDA20B (or 0xFDA20B) is known color: Dark Tangerine. HEX triplet: FD, A2 and 0B. RGB value is (253,162,11). Sum of RGB (Red+Green+Blue) = 253+162+11=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA20B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA20B is #025DF4. Grayscale: #ACACAC. Windows color (decimal): -155125 or 762621. OLE color: 762621.

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

Color convert

RGB 253 162 11 -
CMYK 0 0.36 0.96 0.01
HSL 37.44º 0.98% 0.52% -
HSV(B) 37.44º 0.96% 0.99% -
XYZ 53.49 46.75 6.52 -
YUV 172 37.15 185.78 -
System Red Green Blue C M Y K H S L
Decimal 253 162 11 0 0.36 0.96 0.01 37.44 0.98 0.52
Hex FD A2 B 0 24 60 1 25 62 34
Octal 375 242 13 0 44 140 1 45 142 64
Binary 11111101 10100010 1011 0 100100 1100000 1 100101 1100010 110100

Color Harmonies of #FDA20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA20B

Black with #FDA20B

Text Example


Text Example

White with #FDA20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA20B; }

 p { color: rgb(253,162,11); }

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

background-color css

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

 a { background-color: rgb(253,162,11); }

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

border-color css

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

 span { border-color: rgb(253,162,11); }

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