Html Css Color HEX #F19452 Sea Buckthorn

📋 copy color: '#F19452'

red 241 ◦ green 148 ◦ blue 82

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

Shades of Sea Buckthorn #F19452

Tints of Sea Buckthorn #F19452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.42%

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

R = 51.17%
G = 31.42%
B = 17.41%

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

#F19452 (or 0xF19452) is known color: Sea Buckthorn. HEX triplet: F1, 94 and 52. RGB value is (241,148,82). Sum of RGB (Red+Green+Blue) = 241+148+82=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F19452 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19452 is #0E6BAD. Grayscale: #A8A8A8. Windows color (decimal): -945070 or 5412081. OLE color: 5412081.

HSL color Cylindrical-coordinate representation of color #F19452: hue angle of 24.91º 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 #F19452 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 148 82 -
CMYK 0 0.39 0.66 0.05
HSL 24.91º 0.85% 0.63% -
HSV(B) 24.91º 0.66% 0.95% -
XYZ 48.39 40.49 13.25 -
YUV 168.28 79.31 179.87 -
System Red Green Blue C M Y K H S L
Decimal 241 148 82 0 0.39 0.66 0.05 24.91 0.85 0.63
Hex F1 94 52 0 27 42 5 19 55 3F
Octal 361 224 122 0 47 102 5 31 125 77
Binary 11110001 10010100 1010010 0 100111 1000010 101 11001 1010101 111111

Color Harmonies of #F19452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19452

Black with #F19452

Text Example


Text Example

White with #F19452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19452; }

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

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

background-color css

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

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

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

border-color css

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

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

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