Html Css Color HEX #F69701 Orange Peel

📋 copy color: '#F69701'

red 246 ◦ green 151 ◦ blue 1

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

Shades of Orange Peel #F69701

Tints of Orange Peel #F69701

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.94%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 61.81%
G = 37.94%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F69701 (or 0xF69701) is known color: Orange Peel. HEX triplet: F6, 97 and 01. RGB value is (246,151,1). Sum of RGB (Red+Green+Blue) = 246+151+1=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F69701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69701 is #0968FE. Grayscale: #A3A3A3. Windows color (decimal): -616703 or 104438. OLE color: 104438.

HSL color Cylindrical-coordinate representation of color #F69701: hue angle of 36.73º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F69701 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 151 1 -
CMYK 0 0.39 1.00 0.04
HSL 36.73º 0.99% 0.48% -
HSV(B) 36.73º 1% 0.96% -
XYZ 49.08 41.73 5.5 -
YUV 162.31 36.97 187.7 -
System Red Green Blue C M Y K H S L
Decimal 246 151 1 0 0.39 1.00 0.04 36.73 0.99 0.48
Hex F6 97 1 0 27 64 4 25 63 30
Octal 366 227 1 0 47 144 4 45 143 60
Binary 11110110 10010111 1 0 100111 1100100 100 100101 1100011 110000

Color Harmonies of #F69701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69701

Black with #F69701

Text Example


Text Example

White with #F69701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69701; }

 p { color: rgb(246,151,1); }

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

background-color css

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

 a { background-color: rgb(246,151,1); }

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

border-color css

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

 span { border-color: rgb(246,151,1); }

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