Html Css Color HEX #FDA10C Dark Tangerine

📋 copy color: '#FDA10C'

red 253 ◦ green 161 ◦ blue 12

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

Shades of Dark Tangerine #FDA10C

Tints of Dark Tangerine #FDA10C

RGB

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

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

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

R = 59.39%
G = 37.79%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDA10C (or 0xFDA10C) is known color: Dark Tangerine. HEX triplet: FD, A1 and 0C. RGB value is (253,161,12). Sum of RGB (Red+Green+Blue) = 253+161+12=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA10C is #025EF3. Grayscale: #ACACAC. Windows color (decimal): -155380 or 827901. OLE color: 827901.

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

Color convert

RGB 253 161 12 -
CMYK 0 0.36 0.95 0.01
HSL 37.1º 0.98% 0.52% -
HSV(B) 37.1º 0.95% 0.99% -
XYZ 53.32 46.4 6.49 -
YUV 171.52 37.98 186.12 -
System Red Green Blue C M Y K H S L
Decimal 253 161 12 0 0.36 0.95 0.01 37.1 0.98 0.52
Hex FD A1 C 0 24 5F 1 25 62 34
Octal 375 241 14 0 44 137 1 45 142 64
Binary 11111101 10100001 1100 0 100100 1011111 1 100101 1100010 110100

Color Harmonies of #FDA10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA10C

Black with #FDA10C

Text Example


Text Example

White with #FDA10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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