Html Css Color HEX #F2954B Sea Buckthorn

📋 copy color: '#F2954B'

red 242 ◦ green 149 ◦ blue 75

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

Shades of Sea Buckthorn #F2954B

Tints of Sea Buckthorn #F2954B

RGB

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

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

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

R = 51.93%
G = 31.97%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2954B (or 0xF2954B) is known color: Sea Buckthorn. HEX triplet: F2, 95 and 4B. RGB value is (242,149,75). Sum of RGB (Red+Green+Blue) = 242+149+75=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2954B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2954B is #0D6AB4. Grayscale: #A8A8A8. Windows color (decimal): -879285 or 4953586. OLE color: 4953586.

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

Color convert

RGB 242 149 75 -
CMYK 0 0.38 0.69 0.05
HSL 26.59º 0.87% 0.62% -
HSV(B) 26.59º 0.69% 0.95% -
XYZ 48.64 40.88 11.98 -
YUV 168.37 75.31 180.52 -
System Red Green Blue C M Y K H S L
Decimal 242 149 75 0 0.38 0.69 0.05 26.59 0.87 0.62
Hex F2 95 4B 0 26 45 5 1B 57 3E
Octal 362 225 113 0 46 105 5 33 127 76
Binary 11110010 10010101 1001011 0 100110 1000101 101 11011 1010111 111110

Color Harmonies of #F2954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2954B

Black with #F2954B

Text Example


Text Example

White with #F2954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2954B; }

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

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

background-color css

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

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

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

border-color css

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

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

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