Html Css Color HEX #F2984A Sea Buckthorn

📋 copy color: '#F2984A'

red 242 ◦ green 152 ◦ blue 74

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

Shades of Sea Buckthorn #F2984A

Tints of Sea Buckthorn #F2984A

RGB

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

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

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

R = 51.71%
G = 32.48%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2984A (or 0xF2984A) is known color: Sea Buckthorn. HEX triplet: F2, 98 and 4A. RGB value is (242,152,74). Sum of RGB (Red+Green+Blue) = 242+152+74=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2984A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2984A is #0D67B5. Grayscale: #AAAAAA. Windows color (decimal): -878518 or 4888818. OLE color: 4888818.

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

Color convert

RGB 242 152 74 -
CMYK 0 0.37 0.69 0.05
HSL 27.86º 0.87% 0.62% -
HSV(B) 27.86º 0.69% 0.95% -
XYZ 49.08 41.83 11.97 -
YUV 170.02 73.82 179.34 -
System Red Green Blue C M Y K H S L
Decimal 242 152 74 0 0.37 0.69 0.05 27.86 0.87 0.62
Hex F2 98 4A 0 25 45 5 1C 57 3E
Octal 362 230 112 0 45 105 5 34 127 76
Binary 11110010 10011000 1001010 0 100101 1000101 101 11100 1010111 111110

Color Harmonies of #F2984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2984A

Black with #F2984A

Text Example


Text Example

White with #F2984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2984A; }

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

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

background-color css

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

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

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

border-color css

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

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

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