Html Css Color HEX #FDA70C Dark Tangerine

📋 copy color: '#FDA70C'

red 253 ◦ green 167 ◦ blue 12

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

Shades of Dark Tangerine #FDA70C

Tints of Dark Tangerine #FDA70C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.66%

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

R = 58.56%
G = 38.66%
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

#FDA70C (or 0xFDA70C) is known color: Dark Tangerine. HEX triplet: FD, A7 and 0C. RGB value is (253,167,12). Sum of RGB (Red+Green+Blue) = 253+167+12=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA70C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA70C is #0258F3. Grayscale: #AFAFAF. Windows color (decimal): -153844 or 829437. OLE color: 829437.

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

Color convert

RGB 253 167 12 -
CMYK 0 0.34 0.95 0.01
HSL 38.59º 0.98% 0.52% -
HSV(B) 38.59º 0.95% 0.99% -
XYZ 54.39 48.55 6.85 -
YUV 175.04 35.99 183.6 -
System Red Green Blue C M Y K H S L
Decimal 253 167 12 0 0.34 0.95 0.01 38.59 0.98 0.52
Hex FD A7 C 0 22 5F 1 27 62 34
Octal 375 247 14 0 42 137 1 47 142 64
Binary 11111101 10100111 1100 0 100010 1011111 1 100111 1100010 110100

Color Harmonies of #FDA70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA70C

Black with #FDA70C

Text Example


Text Example

White with #FDA70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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