Html Css Color HEX #F09700 Orange Peel

📋 copy color: '#F09700'

red 240 ◦ green 151 ◦ blue 0

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

Shades of Orange Peel #F09700

Tints of Orange Peel #F09700

RGB

 RED value IS 240 (94.14% from 255) = 61.38%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.38%
G = 38.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F09700 (or 0xF09700) is known color: Orange Peel. HEX triplet: F0, 97 and 00. RGB value is (240,151,0). Sum of RGB (Red+Green+Blue) = 240+151+0=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F09700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09700 is #0F68FF. Grayscale: #A1A1A1. Windows color (decimal): -1009920 or 38896. OLE color: 38896.

HSL color Cylindrical-coordinate representation of color #F09700: hue angle of 37.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F09700 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 151 0 -
CMYK 0 0.37 1 0.06
HSL 37.75º 1% 0.47% -
HSV(B) 37.75º 1% 0.94% -
XYZ 47 40.66 5.37 -
YUV 160.4 37.49 184.78 -
System Red Green Blue C M Y K H S L
Decimal 240 151 0 0 0.37 1 0.06 37.75 1 0.47
Hex F0 97 0 0 25 64 6 26 64 2F
Octal 360 227 0 0 45 144 6 46 144 57
Binary 11110000 10010111 0 0 100101 1100100 110 100110 1100100 101111

Color Harmonies of #F09700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09700

Black with #F09700

Text Example


Text Example

White with #F09700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09700; }

 p { color: rgb(240,151,0); }

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

background-color css

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

 a { background-color: rgb(240,151,0); }

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

border-color css

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

 span { border-color: rgb(240,151,0); }

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