Html Css Color HEX #FDA10B Dark Tangerine

📋 copy color: '#FDA10B'

red 253 ◦ green 161 ◦ blue 11

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

Shades of Dark Tangerine #FDA10B

Tints of Dark Tangerine #FDA10B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.88%

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

R = 59.53%
G = 37.88%
B = 2.59%

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

#FDA10B (or 0xFDA10B) is known color: Dark Tangerine. HEX triplet: FD, A1 and 0B. RGB value is (253,161,11). Sum of RGB (Red+Green+Blue) = 253+161+11=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA10B is #025EF4. Grayscale: #ACACAC. Windows color (decimal): -155381 or 762365. OLE color: 762365.

HSL color Cylindrical-coordinate representation of color #FDA10B: hue angle of 37.19º 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 #FDA10B is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 161 11 -
CMYK 0 0.36 0.96 0.01
HSL 37.19º 0.98% 0.52% -
HSV(B) 37.19º 0.96% 0.99% -
XYZ 53.31 46.4 6.46 -
YUV 171.41 37.48 186.2 -
System Red Green Blue C M Y K H S L
Decimal 253 161 11 0 0.36 0.96 0.01 37.19 0.98 0.52
Hex FD A1 B 0 24 60 1 25 62 34
Octal 375 241 13 0 44 140 1 45 142 64
Binary 11111101 10100001 1011 0 100100 1100000 1 100101 1100010 110100

Color Harmonies of #FDA10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA10B

Black with #FDA10B

Text Example


Text Example

White with #FDA10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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