Html Css Color HEX #F69450 Sea Buckthorn

📋 copy color: '#F69450'

red 246 ◦ green 148 ◦ blue 80

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

Shades of Sea Buckthorn #F69450

Tints of Sea Buckthorn #F69450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.22%

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

R = 51.9%
G = 31.22%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F69450 (or 0xF69450) is known color: Sea Buckthorn. HEX triplet: F6, 94 and 50. RGB value is (246,148,80). Sum of RGB (Red+Green+Blue) = 246+148+80=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F69450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69450 is #096BAF. Grayscale: #A9A9A9. Windows color (decimal): -617392 or 5281014. OLE color: 5281014.

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

Color convert

RGB 246 148 80 -
CMYK 0 0.40 0.67 0.04
HSL 24.58º 0.9% 0.64% -
HSV(B) 24.58º 0.67% 0.96% -
XYZ 50.04 41.35 12.93 -
YUV 169.55 77.47 182.53 -
System Red Green Blue C M Y K H S L
Decimal 246 148 80 0 0.40 0.67 0.04 24.58 0.9 0.64
Hex F6 94 50 0 28 43 4 19 5A 40
Octal 366 224 120 0 50 103 4 31 132 100
Binary 11110110 10010100 1010000 0 101000 1000011 100 11001 1011010 1000000

Color Harmonies of #F69450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69450

Black with #F69450

Text Example


Text Example

White with #F69450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69450; }

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

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

background-color css

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

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

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

border-color css

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

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

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