Html Css Color HEX #FFAF1D Dark Tangerine

📋 copy color: '#FFAF1D'

red 255 ◦ green 175 ◦ blue 29

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

Shades of Dark Tangerine #FFAF1D

Tints of Dark Tangerine #FFAF1D

RGB

 RED value IS 255 (100% from 255) = 55.56%

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

 BLUE value IS 29 (11.72% from 255) = 6.32%

R = 55.56%
G = 38.13%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFAF1D (or 0xFFAF1D) is known color: Dark Tangerine. HEX triplet: FF, AF and 1D. RGB value is (255,175,29). Sum of RGB (Red+Green+Blue) = 255+175+29=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF1D is #0050E2. Grayscale: #B6B6B6. Windows color (decimal): -20707 or 1945599. OLE color: 1945599.

HSL color Cylindrical-coordinate representation of color #FFAF1D: hue angle of 38.76º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFAF1D is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 175 29 -
CMYK 0 0.31 0.89 0
HSL 38.76º 1% 0.56% -
HSV(B) 38.76º 0.89% 1% -
XYZ 56.79 52.01 8.21 -
YUV 182.28 41.5 179.87 -
System Red Green Blue C M Y K H S L
Decimal 255 175 29 0 0.31 0.89 0 38.76 1 0.56
Hex FF AF 1D 0 1F 59 0 27 64 38
Octal 377 257 35 0 37 131 0 47 144 70
Binary 11111111 10101111 11101 0 11111 1011001 0 100111 1100100 111000

Color Harmonies of #FFAF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF1D

Black with #FFAF1D

Text Example


Text Example

White with #FFAF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF1D; }

 p { color: rgb(255,175,29); }

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

background-color css

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

 a { background-color: rgb(255,175,29); }

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

border-color css

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

 span { border-color: rgb(255,175,29); }

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