Html Css Color HEX #FFAF22 Dark Tangerine

📋 copy color: '#FFAF22'

red 255 ◦ green 175 ◦ blue 34

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

Shades of Dark Tangerine #FFAF22

Tints of Dark Tangerine #FFAF22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.33%

R = 54.96%
G = 37.72%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFAF22 (or 0xFFAF22) is known color: Dark Tangerine. HEX triplet: FF, AF and 22. RGB value is (255,175,34). Sum of RGB (Red+Green+Blue) = 255+175+34=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF22 is #0050DD. Grayscale: #B7B7B7. Windows color (decimal): -20702 or 2273279. OLE color: 2273279.

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

Color convert

RGB 255 175 34 -
CMYK 0 0.31 0.87 0
HSL 38.28º 1% 0.57% -
HSV(B) 38.28º 0.87% 1% -
XYZ 56.86 52.04 8.56 -
YUV 182.85 44 179.46 -
System Red Green Blue C M Y K H S L
Decimal 255 175 34 0 0.31 0.87 0 38.28 1 0.57
Hex FF AF 22 0 1F 57 0 26 64 39
Octal 377 257 42 0 37 127 0 46 144 71
Binary 11111111 10101111 100010 0 11111 1010111 0 100110 1100100 111001

Color Harmonies of #FFAF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF22

Black with #FFAF22

Text Example


Text Example

White with #FFAF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF22; }

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

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

background-color css

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

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

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

border-color css

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

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

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