Html Css Color HEX #FFAF0B Dark Tangerine

📋 copy color: '#FFAF0B'

red 255 ◦ green 175 ◦ blue 11

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

Shades of Dark Tangerine #FFAF0B

Tints of Dark Tangerine #FFAF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.49%

R = 57.82%
G = 39.68%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFAF0B (or 0xFFAF0B) is known color: Dark Tangerine. HEX triplet: FF, AF and 0B. RGB value is (255,175,11). Sum of RGB (Red+Green+Blue) = 255+175+11=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF0B is #0050F4. Grayscale: #B4B4B4. Windows color (decimal): -20725 or 765951. OLE color: 765951.

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

Color convert

RGB 255 175 11 -
CMYK 0 0.31 0.96 0
HSL 40.33º 1% 0.52% -
HSV(B) 40.33º 0.96% 1% -
XYZ 56.63 51.94 7.36 -
YUV 180.22 32.5 181.34 -
System Red Green Blue C M Y K H S L
Decimal 255 175 11 0 0.31 0.96 0 40.33 1 0.52
Hex FF AF B 0 1F 60 0 28 64 34
Octal 377 257 13 0 37 140 0 50 144 64
Binary 11111111 10101111 1011 0 11111 1100000 0 101000 1100100 110100

Color Harmonies of #FFAF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF0B

Black with #FFAF0B

Text Example


Text Example

White with #FFAF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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