Html Css Color HEX #F28E45 Sea Buckthorn

📋 copy color: '#F28E45'

red 242 ◦ green 142 ◦ blue 69

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

Shades of Sea Buckthorn #F28E45

Tints of Sea Buckthorn #F28E45

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.35%

 BLUE value IS 69 (27.34% from 255) = 15.23%

R = 53.42%
G = 31.35%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F28E45 (or 0xF28E45) is known color: Sea Buckthorn. HEX triplet: F2, 8E and 45. RGB value is (242,142,69). Sum of RGB (Red+Green+Blue) = 242+142+69=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28E45 is #0D71BA. Grayscale: #A3A3A3. Windows color (decimal): -881083 or 4558578. OLE color: 4558578.

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

Color convert

RGB 242 142 69 -
CMYK 0 0.41 0.71 0.05
HSL 25.32º 0.87% 0.61% -
HSV(B) 25.32º 0.71% 0.95% -
XYZ 47.37 38.65 10.59 -
YUV 163.58 74.63 183.94 -
System Red Green Blue C M Y K H S L
Decimal 242 142 69 0 0.41 0.71 0.05 25.32 0.87 0.61
Hex F2 8E 45 0 29 47 5 19 57 3D
Octal 362 216 105 0 51 107 5 31 127 75
Binary 11110010 10001110 1000101 0 101001 1000111 101 11001 1010111 111101

Color Harmonies of #F28E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28E45

Black with #F28E45

Text Example


Text Example

White with #F28E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28E45; }

 p { color: rgb(242,142,69); }

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

background-color css

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

 a { background-color: rgb(242,142,69); }

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

border-color css

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

 span { border-color: rgb(242,142,69); }

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