Html Css Color HEX #FDA60C Dark Tangerine

📋 copy color: '#FDA60C'

red 253 ◦ green 166 ◦ blue 12

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

Shades of Dark Tangerine #FDA60C

Tints of Dark Tangerine #FDA60C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.52%

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

R = 58.7%
G = 38.52%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDA60C (or 0xFDA60C) is known color: Dark Tangerine. HEX triplet: FD, A6 and 0C. RGB value is (253,166,12). Sum of RGB (Red+Green+Blue) = 253+166+12=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA60C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA60C is #0259F3. Grayscale: #AFAFAF. Windows color (decimal): -154100 or 829181. OLE color: 829181.

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

Color convert

RGB 253 166 12 -
CMYK 0 0.34 0.95 0.01
HSL 38.34º 0.98% 0.52% -
HSV(B) 38.34º 0.95% 0.99% -
XYZ 54.21 48.18 6.79 -
YUV 174.46 36.32 184.02 -
System Red Green Blue C M Y K H S L
Decimal 253 166 12 0 0.34 0.95 0.01 38.34 0.98 0.52
Hex FD A6 C 0 22 5F 1 26 62 34
Octal 375 246 14 0 42 137 1 46 142 64
Binary 11111101 10100110 1100 0 100010 1011111 1 100110 1100010 110100

Color Harmonies of #FDA60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA60C

Black with #FDA60C

Text Example


Text Example

White with #FDA60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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