Html Css Color HEX #F69A06 Orange Peel

📋 copy color: '#F69A06'

red 246 ◦ green 154 ◦ blue 6

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

Shades of Orange Peel #F69A06

Tints of Orange Peel #F69A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.48%

R = 60.59%
G = 37.93%
B = 1.48%

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

#F69A06 (or 0xF69A06) is known color: Orange Peel. HEX triplet: F6, 9A and 06. RGB value is (246,154,6). Sum of RGB (Red+Green+Blue) = 246+154+6=406 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.59% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69A06 is #0965F9. Grayscale: #A5A5A5. Windows color (decimal): -615930 or 432886. OLE color: 432886.

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

Color convert

RGB 246 154 6 -
CMYK 0 0.37 0.98 0.04
HSL 37º 0.95% 0.49% -
HSV(B) 37º 0.98% 0.96% -
XYZ 49.59 42.72 5.8 -
YUV 164.64 38.48 186.03 -
System Red Green Blue C M Y K H S L
Decimal 246 154 6 0 0.37 0.98 0.04 37 0.95 0.49
Hex F6 9A 6 0 25 62 4 25 5F 31
Octal 366 232 6 0 45 142 4 45 137 61
Binary 11110110 10011010 110 0 100101 1100010 100 100101 1011111 110001

Color Harmonies of #F69A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69A06

Black with #F69A06

Text Example


Text Example

White with #F69A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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