Html Css Color HEX #F28F4A Sea Buckthorn

📋 copy color: '#F28F4A'

red 242 ◦ green 143 ◦ blue 74

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

Shades of Sea Buckthorn #F28F4A

Tints of Sea Buckthorn #F28F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.12%

R = 52.72%
G = 31.15%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F28F4A (or 0xF28F4A) is known color: Sea Buckthorn. HEX triplet: F2, 8F and 4A. RGB value is (242,143,74). Sum of RGB (Red+Green+Blue) = 242+143+74=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F4A is #0D70B5. Grayscale: #A5A5A5. Windows color (decimal): -880822 or 4886514. OLE color: 4886514.

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

Color convert

RGB 242 143 74 -
CMYK 0 0.41 0.69 0.05
HSL 24.64º 0.87% 0.62% -
HSV(B) 24.64º 0.69% 0.95% -
XYZ 47.68 39.02 11.5 -
YUV 164.74 76.8 183.11 -
System Red Green Blue C M Y K H S L
Decimal 242 143 74 0 0.41 0.69 0.05 24.64 0.87 0.62
Hex F2 8F 4A 0 29 45 5 19 57 3E
Octal 362 217 112 0 51 105 5 31 127 76
Binary 11110010 10001111 1001010 0 101001 1000101 101 11001 1010111 111110

Color Harmonies of #F28F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F4A

Black with #F28F4A

Text Example


Text Example

White with #F28F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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