Html Css Color HEX #F2984E Sea Buckthorn

📋 copy color: '#F2984E'

red 242 ◦ green 152 ◦ blue 78

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

Shades of Sea Buckthorn #F2984E

Tints of Sea Buckthorn #F2984E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.2%

 BLUE value IS 78 (30.86% from 255) = 16.53%

R = 51.27%
G = 32.2%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2984E (or 0xF2984E) is known color: Sea Buckthorn. HEX triplet: F2, 98 and 4E. RGB value is (242,152,78). Sum of RGB (Red+Green+Blue) = 242+152+78=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2984E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2984E is #0D67B1. Grayscale: #AAAAAA. Windows color (decimal): -878514 or 5150962. OLE color: 5150962.

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

Color convert

RGB 242 152 78 -
CMYK 0 0.37 0.68 0.05
HSL 27.07º 0.86% 0.63% -
HSV(B) 27.07º 0.68% 0.95% -
XYZ 49.22 41.88 12.7 -
YUV 170.47 75.82 179.02 -
System Red Green Blue C M Y K H S L
Decimal 242 152 78 0 0.37 0.68 0.05 27.07 0.86 0.63
Hex F2 98 4E 0 25 44 5 1B 56 3F
Octal 362 230 116 0 45 104 5 33 126 77
Binary 11110010 10011000 1001110 0 100101 1000100 101 11011 1010110 111111

Color Harmonies of #F2984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2984E

Black with #F2984E

Text Example


Text Example

White with #F2984E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2984E; }

 p { color: rgb(242,152,78); }

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

background-color css

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

 a { background-color: rgb(242,152,78); }

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

border-color css

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

 span { border-color: rgb(242,152,78); }

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