Html Css Color HEX #F8AF07 Orange

📋 copy color: '#F8AF07'

red 248 ◦ green 175 ◦ blue 7

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

Shades of Orange #F8AF07

Tints of Orange #F8AF07

RGB

 RED value IS 248 (97.27% from 255) = 57.67%

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

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

R = 57.67%
G = 40.7%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F8AF07 (or 0xF8AF07) is known color: Orange. HEX triplet: F8, AF and 07. RGB value is (248,175,7). Sum of RGB (Red+Green+Blue) = 248+175+7=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 7 (3.12% from 255 or 1.63% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AF07 is #0750F8. Grayscale: #B2B2B2. Windows color (decimal): -479481 or 503800. OLE color: 503800.

HSL color Cylindrical-coordinate representation of color #F8AF07: hue angle of 41.83º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8AF07 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 175 7 -
CMYK 0 0.29 0.97 0.03
HSL 41.83º 0.95% 0.5% -
HSV(B) 41.83º 0.97% 0.97% -
XYZ 54.08 50.63 7.12 -
YUV 177.68 31.68 178.16 -
System Red Green Blue C M Y K H S L
Decimal 248 175 7 0 0.29 0.97 0.03 41.83 0.95 0.5
Hex F8 AF 7 0 1D 61 3 2A 5F 32
Octal 370 257 7 0 35 141 3 52 137 62
Binary 11111000 10101111 111 0 11101 1100001 11 101010 1011111 110010

Color Harmonies of #F8AF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AF07

Black with #F8AF07

Text Example


Text Example

White with #F8AF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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