Html Css Color HEX #F28F4B Sea Buckthorn

📋 copy color: '#F28F4B'

red 242 ◦ green 143 ◦ blue 75

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

Shades of Sea Buckthorn #F28F4B

Tints of Sea Buckthorn #F28F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.3%

R = 52.61%
G = 31.09%
B = 16.3%

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

#F28F4B (or 0xF28F4B) is known color: Sea Buckthorn. HEX triplet: F2, 8F and 4B. RGB value is (242,143,75). Sum of RGB (Red+Green+Blue) = 242+143+75=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F4B is #0D70B4. Grayscale: #A5A5A5. Windows color (decimal): -880821 or 4952050. OLE color: 4952050.

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

Color convert

RGB 242 143 75 -
CMYK 0 0.41 0.69 0.05
HSL 24.43º 0.87% 0.62% -
HSV(B) 24.43º 0.69% 0.95% -
XYZ 47.71 39.03 11.68 -
YUV 164.85 77.3 183.03 -
System Red Green Blue C M Y K H S L
Decimal 242 143 75 0 0.41 0.69 0.05 24.43 0.87 0.62
Hex F2 8F 4B 0 29 45 5 18 57 3E
Octal 362 217 113 0 51 105 5 30 127 76
Binary 11110010 10001111 1001011 0 101001 1000101 101 11000 1010111 111110

Color Harmonies of #F28F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F4B

Black with #F28F4B

Text Example


Text Example

White with #F28F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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