Html Css Color HEX #F8A00A Orange Peel

📋 copy color: '#F8A00A'

red 248 ◦ green 160 ◦ blue 10

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

Shades of Orange Peel #F8A00A

Tints of Orange Peel #F8A00A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.28%

 BLUE value IS 10 (4.3% from 255) = 2.39%

R = 59.33%
G = 38.28%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8A00A (or 0xF8A00A) is known color: Orange Peel. HEX triplet: F8, A0 and 0A. RGB value is (248,160,10). Sum of RGB (Red+Green+Blue) = 248+160+10=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A00A is #075FF5. Grayscale: #A9A9A9. Windows color (decimal): -483318 or 696568. OLE color: 696568.

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

Color convert

RGB 248 160 10 -
CMYK 0 0.35 0.96 0.03
HSL 37.82º 0.94% 0.51% -
HSV(B) 37.82º 0.96% 0.97% -
XYZ 51.34 45.12 6.29 -
YUV 169.21 38.15 184.2 -
System Red Green Blue C M Y K H S L
Decimal 248 160 10 0 0.35 0.96 0.03 37.82 0.94 0.51
Hex F8 A0 A 0 23 60 3 26 5E 33
Octal 370 240 12 0 43 140 3 46 136 63
Binary 11111000 10100000 1010 0 100011 1100000 11 100110 1011110 110011

Color Harmonies of #F8A00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A00A

Black with #F8A00A

Text Example


Text Example

White with #F8A00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A00A; }

 p { color: rgb(248,160,10); }

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

background-color css

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

 a { background-color: rgb(248,160,10); }

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

border-color css

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

 span { border-color: rgb(248,160,10); }

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