Html Css Color HEX #F1964D Sea Buckthorn

📋 copy color: '#F1964D'

red 241 ◦ green 150 ◦ blue 77

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

Shades of Sea Buckthorn #F1964D

Tints of Sea Buckthorn #F1964D

RGB

 RED value IS 241 (94.53% from 255) = 51.5%

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

 BLUE value IS 77 (30.47% from 255) = 16.45%

R = 51.5%
G = 32.05%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1964D (or 0xF1964D) is known color: Sea Buckthorn. HEX triplet: F1, 96 and 4D. RGB value is (241,150,77). Sum of RGB (Red+Green+Blue) = 241+150+77=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1964D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1964D is #0E69B2. Grayscale: #A9A9A9. Windows color (decimal): -944563 or 5084913. OLE color: 5084913.

HSL color Cylindrical-coordinate representation of color #F1964D: hue angle of 26.71º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1964D is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 150 77 -
CMYK 0 0.38 0.68 0.05
HSL 26.71º 0.85% 0.62% -
HSV(B) 26.71º 0.68% 0.95% -
XYZ 48.52 41.05 12.39 -
YUV 168.89 76.15 179.44 -
System Red Green Blue C M Y K H S L
Decimal 241 150 77 0 0.38 0.68 0.05 26.71 0.85 0.62
Hex F1 96 4D 0 26 44 5 1B 55 3E
Octal 361 226 115 0 46 104 5 33 125 76
Binary 11110001 10010110 1001101 0 100110 1000100 101 11011 1010101 111110

Color Harmonies of #F1964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1964D

Black with #F1964D

Text Example


Text Example

White with #F1964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1964D; }

 p { color: rgb(241,150,77); }

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

background-color css

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

 a { background-color: rgb(241,150,77); }

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

border-color css

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

 span { border-color: rgb(241,150,77); }

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