Html Css Color HEX #F2924A Sea Buckthorn

📋 copy color: '#F2924A'

red 242 ◦ green 146 ◦ blue 74

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

Shades of Sea Buckthorn #F2924A

Tints of Sea Buckthorn #F2924A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.6%

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

R = 52.38%
G = 31.6%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2924A (or 0xF2924A) is known color: Sea Buckthorn. HEX triplet: F2, 92 and 4A. RGB value is (242,146,74). Sum of RGB (Red+Green+Blue) = 242+146+74=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2924A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2924A is #0D6DB5. Grayscale: #A6A6A6. Windows color (decimal): -880054 or 4887282. OLE color: 4887282.

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

Color convert

RGB 242 146 74 -
CMYK 0 0.40 0.69 0.05
HSL 25.71º 0.87% 0.62% -
HSV(B) 25.71º 0.69% 0.95% -
XYZ 48.13 39.93 11.65 -
YUV 166.5 75.8 181.85 -
System Red Green Blue C M Y K H S L
Decimal 242 146 74 0 0.40 0.69 0.05 25.71 0.87 0.62
Hex F2 92 4A 0 28 45 5 1A 57 3E
Octal 362 222 112 0 50 105 5 32 127 76
Binary 11110010 10010010 1001010 0 101000 1000101 101 11010 1010111 111110

Color Harmonies of #F2924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2924A

Black with #F2924A

Text Example


Text Example

White with #F2924A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2924A; }

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

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

background-color css

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

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

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

border-color css

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

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

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