Html Css Color HEX #F2914F Sea Buckthorn

📋 copy color: '#F2914F'

red 242 ◦ green 145 ◦ blue 79

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

Shades of Sea Buckthorn #F2914F

Tints of Sea Buckthorn #F2914F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.12%

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

R = 51.93%
G = 31.12%
B = 16.95%

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

#F2914F (or 0xF2914F) is known color: Sea Buckthorn. HEX triplet: F2, 91 and 4F. RGB value is (242,145,79). Sum of RGB (Red+Green+Blue) = 242+145+79=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2914F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2914F is #0D6EB0. Grayscale: #A6A6A6. Windows color (decimal): -880305 or 5214706. OLE color: 5214706.

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

Color convert

RGB 242 145 79 -
CMYK 0 0.40 0.67 0.05
HSL 24.29º 0.86% 0.63% -
HSV(B) 24.29º 0.67% 0.95% -
XYZ 48.15 39.69 12.52 -
YUV 166.48 78.64 181.87 -
System Red Green Blue C M Y K H S L
Decimal 242 145 79 0 0.40 0.67 0.05 24.29 0.86 0.63
Hex F2 91 4F 0 28 43 5 18 56 3F
Octal 362 221 117 0 50 103 5 30 126 77
Binary 11110010 10010001 1001111 0 101000 1000011 101 11000 1010110 111111

Color Harmonies of #F2914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2914F

Black with #F2914F

Text Example


Text Example

White with #F2914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2914F; }

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

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

background-color css

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

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

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

border-color css

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

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

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