Html Css Color HEX #FFAF07 Orange

📋 copy color: '#FFAF07'

red 255 ◦ green 175 ◦ blue 7

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

Shades of Orange #FFAF07

Tints of Orange #FFAF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.6%

R = 58.35%
G = 40.05%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFAF07 (or 0xFFAF07) is known color: Orange. HEX triplet: FF, AF and 07. RGB value is (255,175,7). Sum of RGB (Red+Green+Blue) = 255+175+7=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF07 is #0050F8. Grayscale: #B4B4B4. Windows color (decimal): -20729 or 503807. OLE color: 503807.

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

Color convert

RGB 255 175 7 -
CMYK 0 0.31 0.97 0
HSL 40.65º 1% 0.51% -
HSV(B) 40.65º 0.97% 1% -
XYZ 56.61 51.94 7.24 -
YUV 179.77 30.5 181.66 -
System Red Green Blue C M Y K H S L
Decimal 255 175 7 0 0.31 0.97 0 40.65 1 0.51
Hex FF AF 7 0 1F 61 0 29 64 33
Octal 377 257 7 0 37 141 0 51 144 63
Binary 11111111 10101111 111 0 11111 1100001 0 101001 1100100 110011

Color Harmonies of #FFAF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF07

Black with #FFAF07

Text Example


Text Example

White with #FFAF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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