Html Css Color HEX #F5964F Sea Buckthorn

📋 copy color: '#F5964F'

red 245 ◦ green 150 ◦ blue 79

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

Shades of Sea Buckthorn #F5964F

Tints of Sea Buckthorn #F5964F

RGB

 RED value IS 245 (96.09% from 255) = 51.69%

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

 BLUE value IS 79 (31.25% from 255) = 16.67%

R = 51.69%
G = 31.65%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5964F (or 0xF5964F) is known color: Sea Buckthorn. HEX triplet: F5, 96 and 4F. RGB value is (245,150,79). Sum of RGB (Red+Green+Blue) = 245+150+79=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5964F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5964F is #0A69B0. Grayscale: #AAAAAA. Windows color (decimal): -682417 or 5215989. OLE color: 5215989.

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

Color convert

RGB 245 150 79 -
CMYK 0 0.39 0.68 0.04
HSL 25.66º 0.89% 0.64% -
HSV(B) 25.66º 0.68% 0.96% -
XYZ 49.97 41.79 12.83 -
YUV 170.31 76.47 181.27 -
System Red Green Blue C M Y K H S L
Decimal 245 150 79 0 0.39 0.68 0.04 25.66 0.89 0.64
Hex F5 96 4F 0 27 44 4 1A 59 40
Octal 365 226 117 0 47 104 4 32 131 100
Binary 11110101 10010110 1001111 0 100111 1000100 100 11010 1011001 1000000

Color Harmonies of #F5964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5964F

Black with #F5964F

Text Example


Text Example

White with #F5964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5964F; }

 p { color: rgb(245,150,79); }

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

background-color css

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

 a { background-color: rgb(245,150,79); }

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

border-color css

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

 span { border-color: rgb(245,150,79); }

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