Html Css Color HEX #F28F42 Sea Buckthorn

📋 copy color: '#F28F42'

red 242 ◦ green 143 ◦ blue 66

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

Shades of Sea Buckthorn #F28F42

Tints of Sea Buckthorn #F28F42

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.71%

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

R = 53.66%
G = 31.71%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F28F42 (or 0xF28F42) is known color: Sea Buckthorn. HEX triplet: F2, 8F and 42. RGB value is (242,143,66). Sum of RGB (Red+Green+Blue) = 242+143+66=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F42 is #0D70BD. Grayscale: #A4A4A4. Windows color (decimal): -880830 or 4362226. OLE color: 4362226.

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

Color convert

RGB 242 143 66 -
CMYK 0 0.41 0.73 0.05
HSL 26.25º 0.87% 0.6% -
HSV(B) 26.25º 0.73% 0.95% -
XYZ 47.42 38.92 10.17 -
YUV 163.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 242 143 66 0 0.41 0.73 0.05 26.25 0.87 0.6
Hex F2 8F 42 0 29 49 5 1A 57 3C
Octal 362 217 102 0 51 111 5 32 127 74
Binary 11110010 10001111 1000010 0 101001 1001001 101 11010 1010111 111100

Color Harmonies of #F28F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F42

Black with #F28F42

Text Example


Text Example

White with #F28F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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