Html Css Color HEX #F2924F Sea Buckthorn

📋 copy color: '#F2924F'

red 242 ◦ green 146 ◦ blue 79

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

Shades of Sea Buckthorn #F2924F

Tints of Sea Buckthorn #F2924F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.92%

R = 51.82%
G = 31.26%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2924F (or 0xF2924F) is known color: Sea Buckthorn. HEX triplet: F2, 92 and 4F. RGB value is (242,146,79). Sum of RGB (Red+Green+Blue) = 242+146+79=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2924F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2924F is #0D6DB0. Grayscale: #A7A7A7. Windows color (decimal): -880049 or 5214962. OLE color: 5214962.

HSL color Cylindrical-coordinate representation of color #F2924F: hue angle of 24.66º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2924F is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 146 79 -
CMYK 0 0.40 0.67 0.05
HSL 24.66º 0.86% 0.63% -
HSV(B) 24.66º 0.67% 0.95% -
XYZ 48.31 40 12.57 -
YUV 167.07 78.3 181.45 -
System Red Green Blue C M Y K H S L
Decimal 242 146 79 0 0.40 0.67 0.05 24.66 0.86 0.63
Hex F2 92 4F 0 28 43 5 19 56 3F
Octal 362 222 117 0 50 103 5 31 126 77
Binary 11110010 10010010 1001111 0 101000 1000011 101 11001 1010110 111111

Color Harmonies of #F2924F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2924F

Black with #F2924F

Text Example


Text Example

White with #F2924F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2924F; }

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

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

background-color css

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

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

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

border-color css

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

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

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