Html Css Color HEX #F19352 Sea Buckthorn

📋 copy color: '#F19352'

red 241 ◦ green 147 ◦ blue 82

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

Shades of Sea Buckthorn #F19352

Tints of Sea Buckthorn #F19352

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.28%

 BLUE value IS 82 (32.42% from 255) = 17.45%

R = 51.28%
G = 31.28%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F19352 (or 0xF19352) is known color: Sea Buckthorn. HEX triplet: F1, 93 and 52. RGB value is (241,147,82). Sum of RGB (Red+Green+Blue) = 241+147+82=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F19352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19352 is #0E6CAD. Grayscale: #A8A8A8. Windows color (decimal): -945326 or 5411825. OLE color: 5411825.

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

Color convert

RGB 241 147 82 -
CMYK 0 0.39 0.66 0.05
HSL 24.53º 0.85% 0.63% -
HSV(B) 24.53º 0.66% 0.95% -
XYZ 48.23 40.18 13.2 -
YUV 167.7 79.64 180.29 -
System Red Green Blue C M Y K H S L
Decimal 241 147 82 0 0.39 0.66 0.05 24.53 0.85 0.63
Hex F1 93 52 0 27 42 5 19 55 3F
Octal 361 223 122 0 47 102 5 31 125 77
Binary 11110001 10010011 1010010 0 100111 1000010 101 11001 1010101 111111

Color Harmonies of #F19352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19352

Black with #F19352

Text Example


Text Example

White with #F19352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19352; }

 p { color: rgb(241,147,82); }

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

background-color css

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

 a { background-color: rgb(241,147,82); }

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

border-color css

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

 span { border-color: rgb(241,147,82); }

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