Html Css Color HEX #F69C08 Orange Peel

📋 copy color: '#F69C08'

red 246 ◦ green 156 ◦ blue 8

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

Shades of Orange Peel #F69C08

Tints of Orange Peel #F69C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.95%

R = 60%
G = 38.05%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F69C08 (or 0xF69C08) is known color: Orange Peel. HEX triplet: F6, 9C and 08. RGB value is (246,156,8). Sum of RGB (Red+Green+Blue) = 246+156+8=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69C08 is #0963F7. Grayscale: #A6A6A6. Windows color (decimal): -615416 or 564470. OLE color: 564470.

HSL color Cylindrical-coordinate representation of color #F69C08: hue angle of 37.31º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F69C08 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 156 8 -
CMYK 0 0.37 0.97 0.04
HSL 37.31º 0.94% 0.5% -
HSV(B) 37.31º 0.97% 0.96% -
XYZ 49.94 43.39 5.97 -
YUV 166.04 38.82 185.03 -
System Red Green Blue C M Y K H S L
Decimal 246 156 8 0 0.37 0.97 0.04 37.31 0.94 0.5
Hex F6 9C 8 0 25 61 4 25 5E 32
Octal 366 234 10 0 45 141 4 45 136 62
Binary 11110110 10011100 1000 0 100101 1100001 100 100101 1011110 110010

Color Harmonies of #F69C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69C08

Black with #F69C08

Text Example


Text Example

White with #F69C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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