Html Css Color HEX #F2953F Sea Buckthorn

📋 copy color: '#F2953F'

red 242 ◦ green 149 ◦ blue 63

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

Shades of Sea Buckthorn #F2953F

Tints of Sea Buckthorn #F2953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.82%

 BLUE value IS 63 (25% from 255) = 13.88%

R = 53.3%
G = 32.82%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2953F (or 0xF2953F) is known color: Sea Buckthorn. HEX triplet: F2, 95 and 3F. RGB value is (242,149,63). Sum of RGB (Red+Green+Blue) = 242+149+63=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2953F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2953F is #0D6AC0. Grayscale: #A7A7A7. Windows color (decimal): -879297 or 4167154. OLE color: 4167154.

HSL color Cylindrical-coordinate representation of color #F2953F: hue angle of 28.83º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2953F is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 149 63 -
CMYK 0 0.38 0.74 0.05
HSL 28.83º 0.87% 0.6% -
HSV(B) 28.83º 0.74% 0.95% -
XYZ 48.26 40.73 10.02 -
YUV 167 69.31 181.49 -
System Red Green Blue C M Y K H S L
Decimal 242 149 63 0 0.38 0.74 0.05 28.83 0.87 0.6
Hex F2 95 3F 0 26 4A 5 1D 57 3C
Octal 362 225 77 0 46 112 5 35 127 74
Binary 11110010 10010101 111111 0 100110 1001010 101 11101 1010111 111100

Color Harmonies of #F2953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2953F

Black with #F2953F

Text Example


Text Example

White with #F2953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2953F; }

 p { color: rgb(242,149,63); }

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

background-color css

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

 a { background-color: rgb(242,149,63); }

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

border-color css

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

 span { border-color: rgb(242,149,63); }

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