Html Css Color HEX #F28D47 Sea Buckthorn

📋 copy color: '#F28D47'

red 242 ◦ green 141 ◦ blue 71

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

Shades of Sea Buckthorn #F28D47

Tints of Sea Buckthorn #F28D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.64%

R = 53.3%
G = 31.06%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F28D47 (or 0xF28D47) is known color: Sea Buckthorn. HEX triplet: F2, 8D and 47. RGB value is (242,141,71). Sum of RGB (Red+Green+Blue) = 242+141+71=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28D47 is #0D72B8. Grayscale: #A3A3A3. Windows color (decimal): -881337 or 4689394. OLE color: 4689394.

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

Color convert

RGB 242 141 71 -
CMYK 0 0.42 0.71 0.05
HSL 24.56º 0.87% 0.61% -
HSV(B) 24.56º 0.71% 0.95% -
XYZ 47.28 38.38 10.88 -
YUV 163.22 75.96 184.19 -
System Red Green Blue C M Y K H S L
Decimal 242 141 71 0 0.42 0.71 0.05 24.56 0.87 0.61
Hex F2 8D 47 0 2A 47 5 19 57 3D
Octal 362 215 107 0 52 107 5 31 127 75
Binary 11110010 10001101 1000111 0 101010 1000111 101 11001 1010111 111101

Color Harmonies of #F28D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28D47

Black with #F28D47

Text Example


Text Example

White with #F28D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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