Html Css Color HEX #F7A00A Orange Peel

📋 copy color: '#F7A00A'

red 247 ◦ green 160 ◦ blue 10

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

Shades of Orange Peel #F7A00A

Tints of Orange Peel #F7A00A

RGB

 RED value IS 247 (96.88% from 255) = 59.23%

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

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

R = 59.23%
G = 38.37%
B = 2.4%

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

#F7A00A (or 0xF7A00A) is known color: Orange Peel. HEX triplet: F7, A0 and 0A. RGB value is (247,160,10). Sum of RGB (Red+Green+Blue) = 247+160+10=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A00A is #085FF5. Grayscale: #A9A9A9. Windows color (decimal): -548854 or 696567. OLE color: 696567.

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

Color convert

RGB 247 160 10 -
CMYK 0 0.35 0.96 0.03
HSL 37.97º 0.94% 0.5% -
HSV(B) 37.97º 0.96% 0.97% -
XYZ 50.98 44.94 6.27 -
YUV 168.91 38.32 183.7 -
System Red Green Blue C M Y K H S L
Decimal 247 160 10 0 0.35 0.96 0.03 37.97 0.94 0.5
Hex F7 A0 A 0 23 60 3 26 5E 32
Octal 367 240 12 0 43 140 3 46 136 62
Binary 11110111 10100000 1010 0 100011 1100000 11 100110 1011110 110010

Color Harmonies of #F7A00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A00A

Black with #F7A00A

Text Example


Text Example

White with #F7A00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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