Html Css Color HEX #F69A09 Orange Peel

📋 copy color: '#F69A09'

red 246 ◦ green 154 ◦ blue 9

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

Shades of Orange Peel #F69A09

Tints of Orange Peel #F69A09

RGB

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

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

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

R = 60.15%
G = 37.65%
B = 2.2%

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

#F69A09 (or 0xF69A09) is known color: Orange Peel. HEX triplet: F6, 9A and 09. RGB value is (246,154,9). Sum of RGB (Red+Green+Blue) = 246+154+9=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69A09 is #0965F6. Grayscale: #A5A5A5. Windows color (decimal): -615927 or 629494. OLE color: 629494.

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

Color convert

RGB 246 154 9 -
CMYK 0 0.37 0.96 0.04
HSL 36.71º 0.93% 0.5% -
HSV(B) 36.71º 0.96% 0.96% -
XYZ 49.61 42.72 5.89 -
YUV 164.98 39.98 185.79 -
System Red Green Blue C M Y K H S L
Decimal 246 154 9 0 0.37 0.96 0.04 36.71 0.93 0.5
Hex F6 9A 9 0 25 60 4 25 5D 32
Octal 366 232 11 0 45 140 4 45 135 62
Binary 11110110 10011010 1001 0 100101 1100000 100 100101 1011101 110010

Color Harmonies of #F69A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69A09

Black with #F69A09

Text Example


Text Example

White with #F69A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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