Html Css Color HEX #F2934B Sea Buckthorn

📋 copy color: '#F2934B'

red 242 ◦ green 147 ◦ blue 75

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

Shades of Sea Buckthorn #F2934B

Tints of Sea Buckthorn #F2934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.68%

 BLUE value IS 75 (29.69% from 255) = 16.16%

R = 52.16%
G = 31.68%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2934B (or 0xF2934B) is known color: Sea Buckthorn. HEX triplet: F2, 93 and 4B. RGB value is (242,147,75). Sum of RGB (Red+Green+Blue) = 242+147+75=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2934B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2934B is #0D6CB4. Grayscale: #A7A7A7. Windows color (decimal): -879797 or 4953074. OLE color: 4953074.

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

Color convert

RGB 242 147 75 -
CMYK 0 0.39 0.69 0.05
HSL 25.87º 0.87% 0.62% -
HSV(B) 25.87º 0.69% 0.95% -
XYZ 48.32 40.25 11.88 -
YUV 167.2 75.97 181.35 -
System Red Green Blue C M Y K H S L
Decimal 242 147 75 0 0.39 0.69 0.05 25.87 0.87 0.62
Hex F2 93 4B 0 27 45 5 1A 57 3E
Octal 362 223 113 0 47 105 5 32 127 76
Binary 11110010 10010011 1001011 0 100111 1000101 101 11010 1010111 111110

Color Harmonies of #F2934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2934B

Black with #F2934B

Text Example


Text Example

White with #F2934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2934B; }

 p { color: rgb(242,147,75); }

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

background-color css

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

 a { background-color: rgb(242,147,75); }

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

border-color css

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

 span { border-color: rgb(242,147,75); }

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