Html Css Color HEX #F28F41 Sea Buckthorn

📋 copy color: '#F28F41'

red 242 ◦ green 143 ◦ blue 65

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

Shades of Sea Buckthorn #F28F41

Tints of Sea Buckthorn #F28F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.44%

R = 53.78%
G = 31.78%
B = 14.44%

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

#F28F41 (or 0xF28F41) is known color: Sea Buckthorn. HEX triplet: F2, 8F and 41. RGB value is (242,143,65). Sum of RGB (Red+Green+Blue) = 242+143+65=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F41 is #0D70BE. Grayscale: #A4A4A4. Windows color (decimal): -880831 or 4296690. OLE color: 4296690.

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

Color convert

RGB 242 143 65 -
CMYK 0 0.41 0.73 0.05
HSL 26.44º 0.87% 0.6% -
HSV(B) 26.44º 0.73% 0.95% -
XYZ 47.39 38.9 10.01 -
YUV 163.71 72.3 183.84 -
System Red Green Blue C M Y K H S L
Decimal 242 143 65 0 0.41 0.73 0.05 26.44 0.87 0.6
Hex F2 8F 41 0 29 49 5 1A 57 3C
Octal 362 217 101 0 51 111 5 32 127 74
Binary 11110010 10001111 1000001 0 101001 1001001 101 11010 1010111 111100

Color Harmonies of #F28F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F41

Black with #F28F41

Text Example


Text Example

White with #F28F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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