Html Css Color HEX #F2904E Sea Buckthorn

📋 copy color: '#F2904E'

red 242 ◦ green 144 ◦ blue 78

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

Shades of Sea Buckthorn #F2904E

Tints of Sea Buckthorn #F2904E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.03%

 BLUE value IS 78 (30.86% from 255) = 16.81%

R = 52.16%
G = 31.03%
B = 16.81%

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

#F2904E (or 0xF2904E) is known color: Sea Buckthorn. HEX triplet: F2, 90 and 4E. RGB value is (242,144,78). Sum of RGB (Red+Green+Blue) = 242+144+78=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2904E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2904E is #0D6FB1. Grayscale: #A6A6A6. Windows color (decimal): -880562 or 5148914. OLE color: 5148914.

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

Color convert

RGB 242 144 78 -
CMYK 0 0.40 0.68 0.05
HSL 24.15º 0.86% 0.63% -
HSV(B) 24.15º 0.68% 0.95% -
XYZ 47.97 39.37 12.28 -
YUV 165.78 78.47 182.37 -
System Red Green Blue C M Y K H S L
Decimal 242 144 78 0 0.40 0.68 0.05 24.15 0.86 0.63
Hex F2 90 4E 0 28 44 5 18 56 3F
Octal 362 220 116 0 50 104 5 30 126 77
Binary 11110010 10010000 1001110 0 101000 1000100 101 11000 1010110 111111

Color Harmonies of #F2904E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2904E

Black with #F2904E

Text Example


Text Example

White with #F2904E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2904E; }

 p { color: rgb(242,144,78); }

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

background-color css

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

 a { background-color: rgb(242,144,78); }

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

border-color css

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

 span { border-color: rgb(242,144,78); }

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