Html Css Color HEX #F69A04 Orange Peel

📋 copy color: '#F69A04'

red 246 ◦ green 154 ◦ blue 4

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

Shades of Orange Peel #F69A04

Tints of Orange Peel #F69A04

RGB

 RED value IS 246 (96.48% from 255) = 60.89%

 GREEN value IS 154 (60.55% from 255) = 38.12%

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 60.89%
G = 38.12%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F69A04 (or 0xF69A04) is known color: Orange Peel. HEX triplet: F6, 9A and 04. RGB value is (246,154,4). Sum of RGB (Red+Green+Blue) = 246+154+4=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69A04 is #0965FB. Grayscale: #A5A5A5. Windows color (decimal): -615932 or 301814. OLE color: 301814.

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

Color convert

RGB 246 154 4 -
CMYK 0 0.37 0.98 0.04
HSL 37.19º 0.97% 0.49% -
HSV(B) 37.19º 0.98% 0.96% -
XYZ 49.58 42.71 5.75 -
YUV 164.41 37.48 186.2 -
System Red Green Blue C M Y K H S L
Decimal 246 154 4 0 0.37 0.98 0.04 37.19 0.97 0.49
Hex F6 9A 4 0 25 62 4 25 61 31
Octal 366 232 4 0 45 142 4 45 141 61
Binary 11110110 10011010 100 0 100101 1100010 100 100101 1100001 110001

Color Harmonies of #F69A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69A04

Black with #F69A04

Text Example


Text Example

White with #F69A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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