Html Css Color HEX #F69D07 Orange Peel

📋 copy color: '#F69D07'

red 246 ◦ green 157 ◦ blue 7

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

Shades of Orange Peel #F69D07

Tints of Orange Peel #F69D07

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.29%

 BLUE value IS 7 (3.13% from 255) = 1.71%

R = 60%
G = 38.29%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F69D07 (or 0xF69D07) is known color: Orange Peel. HEX triplet: F6, 9D and 07. RGB value is (246,157,7). Sum of RGB (Red+Green+Blue) = 246+157+7=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 7 (3.12% from 255 or 1.71% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69D07 is #0962F8. Grayscale: #A7A7A7. Windows color (decimal): -615161 or 499190. OLE color: 499190.

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

Color convert

RGB 246 157 7 -
CMYK 0 0.36 0.97 0.04
HSL 37.66º 0.94% 0.5% -
HSV(B) 37.66º 0.97% 0.96% -
XYZ 50.1 43.72 6 -
YUV 166.51 37.99 184.7 -
System Red Green Blue C M Y K H S L
Decimal 246 157 7 0 0.36 0.97 0.04 37.66 0.94 0.5
Hex F6 9D 7 0 24 61 4 26 5E 32
Octal 366 235 7 0 44 141 4 46 136 62
Binary 11110110 10011101 111 0 100100 1100001 100 100110 1011110 110010

Color Harmonies of #F69D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69D07

Black with #F69D07

Text Example


Text Example

White with #F69D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69D07; }

 p { color: rgb(246,157,7); }

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

background-color css

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

 a { background-color: rgb(246,157,7); }

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

border-color css

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

 span { border-color: rgb(246,157,7); }

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