Html Css Color HEX #FFAF1E Dark Tangerine

📋 copy color: '#FFAF1E'

red 255 ◦ green 175 ◦ blue 30

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

Shades of Dark Tangerine #FFAF1E

Tints of Dark Tangerine #FFAF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.52%

R = 55.43%
G = 38.04%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFAF1E (or 0xFFAF1E) is known color: Dark Tangerine. HEX triplet: FF, AF and 1E. RGB value is (255,175,30). Sum of RGB (Red+Green+Blue) = 255+175+30=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 30 (12.11% from 255 or 6.52% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF1E is #0050E1. Grayscale: #B7B7B7. Windows color (decimal): -20706 or 2011135. OLE color: 2011135.

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

Color convert

RGB 255 175 30 -
CMYK 0 0.31 0.88 0
HSL 38.67º 1% 0.56% -
HSV(B) 38.67º 0.88% 1% -
XYZ 56.8 52.01 8.27 -
YUV 182.39 42 179.79 -
System Red Green Blue C M Y K H S L
Decimal 255 175 30 0 0.31 0.88 0 38.67 1 0.56
Hex FF AF 1E 0 1F 58 0 27 64 38
Octal 377 257 36 0 37 130 0 47 144 70
Binary 11111111 10101111 11110 0 11111 1011000 0 100111 1100100 111000

Color Harmonies of #FFAF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF1E

Black with #FFAF1E

Text Example


Text Example

White with #FFAF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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