Html Css Color HEX #F2944D Sea Buckthorn

📋 copy color: '#F2944D'

red 242 ◦ green 148 ◦ blue 77

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

Shades of Sea Buckthorn #F2944D

Tints of Sea Buckthorn #F2944D

RGB

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

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

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

R = 51.82%
G = 31.69%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2944D (or 0xF2944D) is known color: Sea Buckthorn. HEX triplet: F2, 94 and 4D. RGB value is (242,148,77). Sum of RGB (Red+Green+Blue) = 242+148+77=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2944D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2944D is #0D6BB2. Grayscale: #A8A8A8. Windows color (decimal): -879539 or 5084402. OLE color: 5084402.

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

Color convert

RGB 242 148 77 -
CMYK 0 0.39 0.68 0.05
HSL 25.82º 0.86% 0.63% -
HSV(B) 25.82º 0.68% 0.95% -
XYZ 48.55 40.59 12.3 -
YUV 168.01 76.64 180.77 -
System Red Green Blue C M Y K H S L
Decimal 242 148 77 0 0.39 0.68 0.05 25.82 0.86 0.63
Hex F2 94 4D 0 27 44 5 1A 56 3F
Octal 362 224 115 0 47 104 5 32 126 77
Binary 11110010 10010100 1001101 0 100111 1000100 101 11010 1010110 111111

Color Harmonies of #F2944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2944D

Black with #F2944D

Text Example


Text Example

White with #F2944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2944D; }

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

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

background-color css

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

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

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

border-color css

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

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

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