Html Css Color HEX #F28F4D Sea Buckthorn

📋 copy color: '#F28F4D'

red 242 ◦ green 143 ◦ blue 77

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

Shades of Sea Buckthorn #F28F4D

Tints of Sea Buckthorn #F28F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.67%

R = 52.38%
G = 30.95%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F28F4D (or 0xF28F4D) is known color: Sea Buckthorn. HEX triplet: F2, 8F and 4D. RGB value is (242,143,77). Sum of RGB (Red+Green+Blue) = 242+143+77=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F4D is #0D70B2. Grayscale: #A5A5A5. Windows color (decimal): -880819 or 5083122. OLE color: 5083122.

HSL color Cylindrical-coordinate representation of color #F28F4D: hue angle of 24º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F28F4D is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 143 77 -
CMYK 0 0.41 0.68 0.05
HSL 24º 0.86% 0.63% -
HSV(B) 24º 0.68% 0.95% -
XYZ 47.78 39.06 12.04 -
YUV 165.08 78.3 182.87 -
System Red Green Blue C M Y K H S L
Decimal 242 143 77 0 0.41 0.68 0.05 24 0.86 0.63
Hex F2 8F 4D 0 29 44 5 18 56 3F
Octal 362 217 115 0 51 104 5 30 126 77
Binary 11110010 10001111 1001101 0 101001 1000100 101 11000 1010110 111111

Color Harmonies of #F28F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F4D

Black with #F28F4D

Text Example


Text Example

White with #F28F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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