Html Css Color HEX #F69900 Orange Peel

📋 copy color: '#F69900'

red 246 ◦ green 153 ◦ blue 0

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

Shades of Orange Peel #F69900

Tints of Orange Peel #F69900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

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

R = 61.65%
G = 38.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F69900 (or 0xF69900) is known color: Orange Peel. HEX triplet: F6, 99 and 00. RGB value is (246,153,0). Sum of RGB (Red+Green+Blue) = 246+153+0=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F69900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69900 is #0966FF. Grayscale: #A4A4A4. Windows color (decimal): -616192 or 39414. OLE color: 39414.

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

Color convert

RGB 246 153 0 -
CMYK 0 0.38 1 0.04
HSL 37.32º 1% 0.48% -
HSV(B) 37.32º 1% 0.96% -
XYZ 49.4 42.38 5.58 -
YUV 163.37 35.81 186.94 -
System Red Green Blue C M Y K H S L
Decimal 246 153 0 0 0.38 1 0.04 37.32 1 0.48
Hex F6 99 0 0 26 64 4 25 64 30
Octal 366 231 0 0 46 144 4 45 144 60
Binary 11110110 10011001 0 0 100110 1100100 100 100101 1100100 110000

Color Harmonies of #F69900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69900

Black with #F69900

Text Example


Text Example

White with #F69900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69900; }

 p { color: rgb(246,153,0); }

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

background-color css

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

 a { background-color: rgb(246,153,0); }

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

border-color css

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

 span { border-color: rgb(246,153,0); }

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