Html Css Color HEX #F49C05 Orange Peel

📋 copy color: '#F49C05'

red 244 ◦ green 156 ◦ blue 5

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

Shades of Orange Peel #F49C05

Tints of Orange Peel #F49C05

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.52%

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 60.25%
G = 38.52%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F49C05 (or 0xF49C05) is known color: Orange Peel. HEX triplet: F4, 9C and 05. RGB value is (244,156,5). Sum of RGB (Red+Green+Blue) = 244+156+5=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F49C05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49C05 is #0B63FA. Grayscale: #A5A5A5. Windows color (decimal): -746491 or 367860. OLE color: 367860.

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

Color convert

RGB 244 156 5 -
CMYK 0 0.36 0.98 0.04
HSL 37.91º 0.96% 0.49% -
HSV(B) 37.91º 0.98% 0.96% -
XYZ 49.22 43.02 5.85 -
YUV 165.1 37.65 184.28 -
System Red Green Blue C M Y K H S L
Decimal 244 156 5 0 0.36 0.98 0.04 37.91 0.96 0.49
Hex F4 9C 5 0 24 62 4 26 60 31
Octal 364 234 5 0 44 142 4 46 140 61
Binary 11110100 10011100 101 0 100100 1100010 100 100110 1100000 110001

Color Harmonies of #F49C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49C05

Black with #F49C05

Text Example


Text Example

White with #F49C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49C05; }

 p { color: rgb(244,156,5); }

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

background-color css

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

 a { background-color: rgb(244,156,5); }

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

border-color css

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

 span { border-color: rgb(244,156,5); }

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