Html Css Color HEX #F28D48 Sea Buckthorn

📋 copy color: '#F28D48'

red 242 ◦ green 141 ◦ blue 72

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

Shades of Sea Buckthorn #F28D48

Tints of Sea Buckthorn #F28D48

RGB

 RED value IS 242 (94.92% from 255) = 53.19%

 GREEN value IS 141 (55.47% from 255) = 30.99%

 BLUE value IS 72 (28.52% from 255) = 15.82%

R = 53.19%
G = 30.99%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F28D48 (or 0xF28D48) is known color: Sea Buckthorn. HEX triplet: F2, 8D and 48. RGB value is (242,141,72). Sum of RGB (Red+Green+Blue) = 242+141+72=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28D48 is #0D72B7. Grayscale: #A3A3A3. Windows color (decimal): -881336 or 4754930. OLE color: 4754930.

HSL color Cylindrical-coordinate representation of color #F28D48: hue angle of 24.35º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F28D48 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 141 72 -
CMYK 0 0.42 0.70 0.05
HSL 24.35º 0.87% 0.62% -
HSV(B) 24.35º 0.7% 0.95% -
XYZ 47.31 38.39 11.05 -
YUV 163.33 76.46 184.11 -
System Red Green Blue C M Y K H S L
Decimal 242 141 72 0 0.42 0.70 0.05 24.35 0.87 0.62
Hex F2 8D 48 0 2A 46 5 18 57 3E
Octal 362 215 110 0 52 106 5 30 127 76
Binary 11110010 10001101 1001000 0 101010 1000110 101 11000 1010111 111110

Color Harmonies of #F28D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28D48

Black with #F28D48

Text Example


Text Example

White with #F28D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28D48; }

 p { color: rgb(242,141,72); }

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

background-color css

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

 a { background-color: rgb(242,141,72); }

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

border-color css

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

 span { border-color: rgb(242,141,72); }

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