Html Css Color HEX #F2924D Sea Buckthorn

📋 copy color: '#F2924D'

red 242 ◦ green 146 ◦ blue 77

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

Shades of Sea Buckthorn #F2924D

Tints of Sea Buckthorn #F2924D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.56%

R = 52.04%
G = 31.4%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2924D (or 0xF2924D) is known color: Sea Buckthorn. HEX triplet: F2, 92 and 4D. RGB value is (242,146,77). Sum of RGB (Red+Green+Blue) = 242+146+77=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2924D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2924D is #0D6DB2. Grayscale: #A7A7A7. Windows color (decimal): -880051 or 5083890. OLE color: 5083890.

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

Color convert

RGB 242 146 77 -
CMYK 0 0.40 0.68 0.05
HSL 25.09º 0.86% 0.63% -
HSV(B) 25.09º 0.68% 0.95% -
XYZ 48.24 39.97 12.19 -
YUV 166.84 77.3 181.61 -
System Red Green Blue C M Y K H S L
Decimal 242 146 77 0 0.40 0.68 0.05 25.09 0.86 0.63
Hex F2 92 4D 0 28 44 5 19 56 3F
Octal 362 222 115 0 50 104 5 31 126 77
Binary 11110010 10010010 1001101 0 101000 1000100 101 11001 1010110 111111

Color Harmonies of #F2924D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2924D

Black with #F2924D

Text Example


Text Example

White with #F2924D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2924D; }

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

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

background-color css

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

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

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

border-color css

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

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

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