Html Css Color HEX #F5914F Sea Buckthorn

📋 copy color: '#F5914F'

red 245 ◦ green 145 ◦ blue 79

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

Shades of Sea Buckthorn #F5914F

Tints of Sea Buckthorn #F5914F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.92%

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

R = 52.24%
G = 30.92%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5914F (or 0xF5914F) is known color: Sea Buckthorn. HEX triplet: F5, 91 and 4F. RGB value is (245,145,79). Sum of RGB (Red+Green+Blue) = 245+145+79=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5914F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5914F is #0A6EB0. Grayscale: #A7A7A7. Windows color (decimal): -683697 or 5214709. OLE color: 5214709.

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

Color convert

RGB 245 145 79 -
CMYK 0 0.41 0.68 0.04
HSL 23.86º 0.89% 0.64% -
HSV(B) 23.86º 0.68% 0.96% -
XYZ 49.19 40.23 12.57 -
YUV 167.38 78.13 183.37 -
System Red Green Blue C M Y K H S L
Decimal 245 145 79 0 0.41 0.68 0.04 23.86 0.89 0.64
Hex F5 91 4F 0 29 44 4 18 59 40
Octal 365 221 117 0 51 104 4 30 131 100
Binary 11110101 10010001 1001111 0 101001 1000100 100 11000 1011001 1000000

Color Harmonies of #F5914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5914F

Black with #F5914F

Text Example


Text Example

White with #F5914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5914F; }

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

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

background-color css

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

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

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

border-color css

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

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

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