Html Css Color HEX #F49E0A Orange Peel

📋 copy color: '#F49E0A'

red 244 ◦ green 158 ◦ blue 10

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

Shades of Orange Peel #F49E0A

Tints of Orange Peel #F49E0A

RGB

 RED value IS 244 (95.7% from 255) = 59.22%

 GREEN value IS 158 (62.11% from 255) = 38.35%

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

R = 59.22%
G = 38.35%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F49E0A (or 0xF49E0A) is known color: Orange Peel. HEX triplet: F4, 9E and 0A. RGB value is (244,158,10). Sum of RGB (Red+Green+Blue) = 244+158+10=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F49E0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49E0A is #0B61F5. Grayscale: #A7A7A7. Windows color (decimal): -745974 or 696052. OLE color: 696052.

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

Color convert

RGB 244 158 10 -
CMYK 0 0.35 0.96 0.04
HSL 37.95º 0.92% 0.5% -
HSV(B) 37.95º 0.96% 0.96% -
XYZ 49.59 43.71 6.11 -
YUV 166.84 39.49 183.03 -
System Red Green Blue C M Y K H S L
Decimal 244 158 10 0 0.35 0.96 0.04 37.95 0.92 0.5
Hex F4 9E A 0 23 60 4 26 5C 32
Octal 364 236 12 0 43 140 4 46 134 62
Binary 11110100 10011110 1010 0 100011 1100000 100 100110 1011100 110010

Color Harmonies of #F49E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49E0A

Black with #F49E0A

Text Example


Text Example

White with #F49E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49E0A; }

 p { color: rgb(244,158,10); }

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

background-color css

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

 a { background-color: rgb(244,158,10); }

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

border-color css

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

 span { border-color: rgb(244,158,10); }

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