Html Css Color HEX #F28D42 Sea Buckthorn

📋 copy color: '#F28D42'

red 242 ◦ green 141 ◦ blue 66

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

Shades of Sea Buckthorn #F28D42

Tints of Sea Buckthorn #F28D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.7%

R = 53.9%
G = 31.4%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F28D42 (or 0xF28D42) is known color: Sea Buckthorn. HEX triplet: F2, 8D and 42. RGB value is (242,141,66). Sum of RGB (Red+Green+Blue) = 242+141+66=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28D42 is #0D72BD. Grayscale: #A3A3A3. Windows color (decimal): -881342 or 4361714. OLE color: 4361714.

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

Color convert

RGB 242 141 66 -
CMYK 0 0.42 0.73 0.05
HSL 25.57º 0.87% 0.6% -
HSV(B) 25.57º 0.73% 0.95% -
XYZ 47.13 38.32 10.07 -
YUV 162.65 73.46 184.6 -
System Red Green Blue C M Y K H S L
Decimal 242 141 66 0 0.42 0.73 0.05 25.57 0.87 0.6
Hex F2 8D 42 0 2A 49 5 1A 57 3C
Octal 362 215 102 0 52 111 5 32 127 74
Binary 11110010 10001101 1000010 0 101010 1001001 101 11010 1010111 111100

Color Harmonies of #F28D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28D42

Black with #F28D42

Text Example


Text Example

White with #F28D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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