Html Css Color HEX #F19950 Sea Buckthorn

📋 copy color: '#F19950'

red 241 ◦ green 153 ◦ blue 80

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

Shades of Sea Buckthorn #F19950

Tints of Sea Buckthorn #F19950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.28%

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

R = 50.84%
G = 32.28%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F19950 (or 0xF19950) is known color: Sea Buckthorn. HEX triplet: F1, 99 and 50. RGB value is (241,153,80). Sum of RGB (Red+Green+Blue) = 241+153+80=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F19950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19950 is #0E66AF. Grayscale: #ABABAB. Windows color (decimal): -943792 or 5282289. OLE color: 5282289.

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

Color convert

RGB 241 153 80 -
CMYK 0 0.37 0.67 0.05
HSL 27.2º 0.85% 0.63% -
HSV(B) 27.2º 0.67% 0.95% -
XYZ 49.11 42.06 13.12 -
YUV 170.99 76.65 177.94 -
System Red Green Blue C M Y K H S L
Decimal 241 153 80 0 0.37 0.67 0.05 27.2 0.85 0.63
Hex F1 99 50 0 25 43 5 1B 55 3F
Octal 361 231 120 0 45 103 5 33 125 77
Binary 11110001 10011001 1010000 0 100101 1000011 101 11011 1010101 111111

Color Harmonies of #F19950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19950

Black with #F19950

Text Example


Text Example

White with #F19950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19950; }

 p { color: rgb(241,153,80); }

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

background-color css

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

 a { background-color: rgb(241,153,80); }

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

border-color css

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

 span { border-color: rgb(241,153,80); }

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