Html Css Color HEX #F5964C Sea Buckthorn

📋 copy color: '#F5964C'

red 245 ◦ green 150 ◦ blue 76

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

Shades of Sea Buckthorn #F5964C

Tints of Sea Buckthorn #F5964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.14%

R = 52.02%
G = 31.85%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5964C (or 0xF5964C) is known color: Sea Buckthorn. HEX triplet: F5, 96 and 4C. RGB value is (245,150,76). Sum of RGB (Red+Green+Blue) = 245+150+76=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5964C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5964C is #0A69B3. Grayscale: #AAAAAA. Windows color (decimal): -682420 or 5019381. OLE color: 5019381.

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

Color convert

RGB 245 150 76 -
CMYK 0 0.39 0.69 0.04
HSL 26.27º 0.89% 0.63% -
HSV(B) 26.27º 0.69% 0.96% -
XYZ 49.87 41.75 12.27 -
YUV 169.97 74.97 181.52 -
System Red Green Blue C M Y K H S L
Decimal 245 150 76 0 0.39 0.69 0.04 26.27 0.89 0.63
Hex F5 96 4C 0 27 45 4 1A 59 3F
Octal 365 226 114 0 47 105 4 32 131 77
Binary 11110101 10010110 1001100 0 100111 1000101 100 11010 1011001 111111

Color Harmonies of #F5964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5964C

Black with #F5964C

Text Example


Text Example

White with #F5964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5964C; }

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

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

background-color css

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

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

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

border-color css

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

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

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