#F69E04

Color #F69E04 Orange Peel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Peel #F69E04

Tints of Orange Peel #F69E04

Color information

#F69E04 (or 0xF69E04) is unknown color: approx Orange Peel. HEX triplet: F6, 9E and 04. RGB value is (246,158,4). Sum of RGB (Red+Green+Blue) = 246+158+4=408 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.29% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 246 - color contains mainly: red. Hex color #F69E04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69E04 is #0961FB. Grayscale: #A7A7A7. Windows color (decimal): -614908 or 302838. OLE color: 302838.

HSL color Cylindrical-coordinate representation of color #F69E04: hue angle of 38.18º degrees, saturation: 0.97, 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 #F69E04 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB2461584-
CMYK00.360.980.04
HSL38.18º96.8%49.02%-
HSV(B)38.18º98.37%96.47%-
XYZ50.2544.065.97-
YUV166.7636.15184.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 60.29%
GREEN value IS 158 (62.11% from 255) = 38.73%
BLUE value IS 4 (1.95% from 255) = 0.98%
R=60.29%
G=38.73%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246158400.360.980.0438.1896.849.02
HexF69E4024624266131
Octal366236404414244614161
Binary1111011010011110100010010011000101001001101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69E04; }

 p { color: rgb(246,158,4); }

 H1.HeaderClassName
 {
   color: #F69E04;
 }
 .AnyTagClassName
 {
   color: #F69E04;
 }
</style>
background-color css

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

 a { background-color: rgb(246,158,4); }

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

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

 span { border-color: rgb(246,158,4); }

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