Html Css Color HEX #F69650 Sea Buckthorn

📋 copy color: '#F69650'

red 246 ◦ green 150 ◦ blue 80

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

Shades of Sea Buckthorn #F69650

Tints of Sea Buckthorn #F69650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.51%

 BLUE value IS 80 (31.64% from 255) = 16.81%

R = 51.68%
G = 31.51%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F69650 (or 0xF69650) is known color: Sea Buckthorn. HEX triplet: F6, 96 and 50. RGB value is (246,150,80). Sum of RGB (Red+Green+Blue) = 246+150+80=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F69650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69650 is #0969AF. Grayscale: #ABABAB. Windows color (decimal): -616880 or 5281526. OLE color: 5281526.

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

Color convert

RGB 246 150 80 -
CMYK 0 0.39 0.67 0.04
HSL 25.3º 0.9% 0.64% -
HSV(B) 25.3º 0.67% 0.96% -
XYZ 50.36 41.98 13.04 -
YUV 170.72 76.8 181.69 -
System Red Green Blue C M Y K H S L
Decimal 246 150 80 0 0.39 0.67 0.04 25.3 0.9 0.64
Hex F6 96 50 0 27 43 4 19 5A 40
Octal 366 226 120 0 47 103 4 31 132 100
Binary 11110110 10010110 1010000 0 100111 1000011 100 11001 1011010 1000000

Color Harmonies of #F69650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69650

Black with #F69650

Text Example


Text Example

White with #F69650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69650; }

 p { color: rgb(246,150,80); }

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

background-color css

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

 a { background-color: rgb(246,150,80); }

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

border-color css

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

 span { border-color: rgb(246,150,80); }

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