Html Css Color HEX #FDAF0A Dark Tangerine

📋 copy color: '#FDAF0A'

red 253 ◦ green 175 ◦ blue 10

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

Shades of Dark Tangerine #FDAF0A

Tints of Dark Tangerine #FDAF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.28%

R = 57.76%
G = 39.95%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDAF0A (or 0xFDAF0A) is known color: Dark Tangerine. HEX triplet: FD, AF and 0A. RGB value is (253,175,10). Sum of RGB (Red+Green+Blue) = 253+175+10=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAF0A is #0250F5. Grayscale: #B4B4B4. Windows color (decimal): -151798 or 700413. OLE color: 700413.

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

Color convert

RGB 253 175 10 -
CMYK 0 0.31 0.96 0.01
HSL 40.74º 0.98% 0.52% -
HSV(B) 40.74º 0.96% 0.99% -
XYZ 55.89 51.56 7.29 -
YUV 179.51 32.34 180.42 -
System Red Green Blue C M Y K H S L
Decimal 253 175 10 0 0.31 0.96 0.01 40.74 0.98 0.52
Hex FD AF A 0 1F 60 1 29 62 34
Octal 375 257 12 0 37 140 1 51 142 64
Binary 11111101 10101111 1010 0 11111 1100000 1 101001 1100010 110100

Color Harmonies of #FDAF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF0A

Black with #FDAF0A

Text Example


Text Example

White with #FDAF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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