Html Css Color HEX #F69702 Orange Peel

📋 copy color: '#F69702'

red 246 ◦ green 151 ◦ blue 2

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

Shades of Orange Peel #F69702

Tints of Orange Peel #F69702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 61.65%
G = 37.84%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F69702 (or 0xF69702) is known color: Orange Peel. HEX triplet: F6, 97 and 02. RGB value is (246,151,2). Sum of RGB (Red+Green+Blue) = 246+151+2=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F69702 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69702 is #0968FD. Grayscale: #A3A3A3. Windows color (decimal): -616702 or 169974. OLE color: 169974.

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

Color convert

RGB 246 151 2 -
CMYK 0 0.39 0.99 0.04
HSL 36.64º 0.98% 0.49% -
HSV(B) 36.64º 0.99% 0.96% -
XYZ 49.08 41.73 5.53 -
YUV 162.42 37.47 187.62 -
System Red Green Blue C M Y K H S L
Decimal 246 151 2 0 0.39 0.99 0.04 36.64 0.98 0.49
Hex F6 97 2 0 27 63 4 25 62 31
Octal 366 227 2 0 47 143 4 45 142 61
Binary 11110110 10010111 10 0 100111 1100011 100 100101 1100010 110001

Color Harmonies of #F69702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69702

Black with #F69702

Text Example


Text Example

White with #F69702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69702; }

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

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

background-color css

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

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

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

border-color css

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

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

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