Html Css Color HEX #F2944A Sea Buckthorn

📋 copy color: '#F2944A'

red 242 ◦ green 148 ◦ blue 74

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

Shades of Sea Buckthorn #F2944A

Tints of Sea Buckthorn #F2944A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.9%

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

R = 52.16%
G = 31.9%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2944A (or 0xF2944A) is known color: Sea Buckthorn. HEX triplet: F2, 94 and 4A. RGB value is (242,148,74). Sum of RGB (Red+Green+Blue) = 242+148+74=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2944A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2944A is #0D6BB5. Grayscale: #A8A8A8. Windows color (decimal): -879542 or 4887794. OLE color: 4887794.

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

Color convert

RGB 242 148 74 -
CMYK 0 0.39 0.69 0.05
HSL 26.43º 0.87% 0.62% -
HSV(B) 26.43º 0.69% 0.95% -
XYZ 48.44 40.55 11.75 -
YUV 167.67 75.14 181.02 -
System Red Green Blue C M Y K H S L
Decimal 242 148 74 0 0.39 0.69 0.05 26.43 0.87 0.62
Hex F2 94 4A 0 27 45 5 1A 57 3E
Octal 362 224 112 0 47 105 5 32 127 76
Binary 11110010 10010100 1001010 0 100111 1000101 101 11010 1010111 111110

Color Harmonies of #F2944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2944A

Black with #F2944A

Text Example


Text Example

White with #F2944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2944A; }

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

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

background-color css

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

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

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

border-color css

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

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

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