Html Css Color HEX #F69800 Orange Peel

📋 copy color: '#F69800'

red 246 ◦ green 152 ◦ blue 0

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

Shades of Orange Peel #F69800

Tints of Orange Peel #F69800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.19%

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

R = 61.81%
G = 38.19%
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

#F69800 (or 0xF69800) is known color: Orange Peel. HEX triplet: F6, 98 and 00. RGB value is (246,152,0). Sum of RGB (Red+Green+Blue) = 246+152+0=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F69800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69800 is #0967FF. Grayscale: #A3A3A3. Windows color (decimal): -616448 or 39158. OLE color: 39158.

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

Color convert

RGB 246 152 0 -
CMYK 0 0.38 1 0.04
HSL 37.07º 1% 0.48% -
HSV(B) 37.07º 1% 0.96% -
XYZ 49.23 42.05 5.52 -
YUV 162.78 36.14 187.36 -
System Red Green Blue C M Y K H S L
Decimal 246 152 0 0 0.38 1 0.04 37.07 1 0.48
Hex F6 98 0 0 26 64 4 25 64 30
Octal 366 230 0 0 46 144 4 45 144 60
Binary 11110110 10011000 0 0 100110 1100100 100 100101 1100100 110000

Color Harmonies of #F69800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69800

Black with #F69800

Text Example


Text Example

White with #F69800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69800; }

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

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

background-color css

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

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

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

border-color css

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

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

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