Html Css Color HEX #F2914D Sea Buckthorn

📋 copy color: '#F2914D'

red 242 ◦ green 145 ◦ blue 77

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

Shades of Sea Buckthorn #F2914D

Tints of Sea Buckthorn #F2914D

RGB

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

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

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

R = 52.16%
G = 31.25%
B = 16.59%

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

#F2914D (or 0xF2914D) is known color: Sea Buckthorn. HEX triplet: F2, 91 and 4D. RGB value is (242,145,77). Sum of RGB (Red+Green+Blue) = 242+145+77=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2914D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2914D is #0D6EB2. Grayscale: #A6A6A6. Windows color (decimal): -880307 or 5083634. OLE color: 5083634.

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

Color convert

RGB 242 145 77 -
CMYK 0 0.40 0.68 0.05
HSL 24.73º 0.86% 0.63% -
HSV(B) 24.73º 0.68% 0.95% -
XYZ 48.08 39.66 12.14 -
YUV 166.25 77.64 182.03 -
System Red Green Blue C M Y K H S L
Decimal 242 145 77 0 0.40 0.68 0.05 24.73 0.86 0.63
Hex F2 91 4D 0 28 44 5 19 56 3F
Octal 362 221 115 0 50 104 5 31 126 77
Binary 11110010 10010001 1001101 0 101000 1000100 101 11001 1010110 111111

Color Harmonies of #F2914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2914D

Black with #F2914D

Text Example


Text Example

White with #F2914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2914D; }

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

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

background-color css

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

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

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

border-color css

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

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

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