Html Css Color HEX #FFAF23 Dark Tangerine

📋 copy color: '#FFAF23'

red 255 ◦ green 175 ◦ blue 35

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

Shades of Dark Tangerine #FFAF23

Tints of Dark Tangerine #FFAF23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.53%

R = 54.84%
G = 37.63%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFAF23 (or 0xFFAF23) is known color: Dark Tangerine. HEX triplet: FF, AF and 23. RGB value is (255,175,35). Sum of RGB (Red+Green+Blue) = 255+175+35=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF23 is #0050DC. Grayscale: #B7B7B7. Windows color (decimal): -20701 or 2338815. OLE color: 2338815.

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

Color convert

RGB 255 175 35 -
CMYK 0 0.31 0.86 0
HSL 38.18º 1% 0.57% -
HSV(B) 38.18º 0.86% 1% -
XYZ 56.87 52.04 8.64 -
YUV 182.96 44.5 179.38 -
System Red Green Blue C M Y K H S L
Decimal 255 175 35 0 0.31 0.86 0 38.18 1 0.57
Hex FF AF 23 0 1F 56 0 26 64 39
Octal 377 257 43 0 37 126 0 46 144 71
Binary 11111111 10101111 100011 0 11111 1010110 0 100110 1100100 111001

Color Harmonies of #FFAF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF23

Black with #FFAF23

Text Example


Text Example

White with #FFAF23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF23; }

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

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

background-color css

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

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

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

border-color css

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

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

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