Html Css Color HEX #F69C09 Orange Peel

📋 copy color: '#F69C09'

red 246 ◦ green 156 ◦ blue 9

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

Shades of Orange Peel #F69C09

Tints of Orange Peel #F69C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.19%

R = 59.85%
G = 37.96%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F69C09 (or 0xF69C09) is known color: Orange Peel. HEX triplet: F6, 9C and 09. RGB value is (246,156,9). Sum of RGB (Red+Green+Blue) = 246+156+9=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69C09 is #0963F6. Grayscale: #A6A6A6. Windows color (decimal): -615415 or 630006. OLE color: 630006.

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

Color convert

RGB 246 156 9 -
CMYK 0 0.37 0.96 0.04
HSL 37.22º 0.93% 0.5% -
HSV(B) 37.22º 0.96% 0.96% -
XYZ 49.94 43.39 6 -
YUV 166.15 39.32 184.95 -
System Red Green Blue C M Y K H S L
Decimal 246 156 9 0 0.37 0.96 0.04 37.22 0.93 0.5
Hex F6 9C 9 0 25 60 4 25 5D 32
Octal 366 234 11 0 45 140 4 45 135 62
Binary 11110110 10011100 1001 0 100101 1100000 100 100101 1011101 110010

Color Harmonies of #F69C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69C09

Black with #F69C09

Text Example


Text Example

White with #F69C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69C09; }

 p { color: rgb(246,156,9); }

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

background-color css

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

 a { background-color: rgb(246,156,9); }

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

border-color css

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

 span { border-color: rgb(246,156,9); }

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