Html Css Color HEX #FDAF0C Dark Tangerine

📋 copy color: '#FDAF0C'

red 253 ◦ green 175 ◦ blue 12

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

Shades of Dark Tangerine #FDAF0C

Tints of Dark Tangerine #FDAF0C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.77%

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

R = 57.5%
G = 39.77%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDAF0C (or 0xFDAF0C) is known color: Dark Tangerine. HEX triplet: FD, AF and 0C. RGB value is (253,175,12). Sum of RGB (Red+Green+Blue) = 253+175+12=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAF0C is #0250F3. Grayscale: #B4B4B4. Windows color (decimal): -151796 or 831485. OLE color: 831485.

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

Color convert

RGB 253 175 12 -
CMYK 0 0.31 0.95 0.01
HSL 40.58º 0.98% 0.52% -
HSV(B) 40.58º 0.95% 0.99% -
XYZ 55.9 51.57 7.36 -
YUV 179.74 33.34 180.25 -
System Red Green Blue C M Y K H S L
Decimal 253 175 12 0 0.31 0.95 0.01 40.58 0.98 0.52
Hex FD AF C 0 1F 5F 1 29 62 34
Octal 375 257 14 0 37 137 1 51 142 64
Binary 11111101 10101111 1100 0 11111 1011111 1 101001 1100010 110100

Color Harmonies of #FDAF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF0C

Black with #FDAF0C

Text Example


Text Example

White with #FDAF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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