Html Css Color HEX #F2974A Sea Buckthorn

📋 copy color: '#F2974A'

red 242 ◦ green 151 ◦ blue 74

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

Shades of Sea Buckthorn #F2974A

Tints of Sea Buckthorn #F2974A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.33%

 BLUE value IS 74 (29.3% from 255) = 15.85%

R = 51.82%
G = 32.33%
B = 15.85%

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

#F2974A (or 0xF2974A) is known color: Sea Buckthorn. HEX triplet: F2, 97 and 4A. RGB value is (242,151,74). Sum of RGB (Red+Green+Blue) = 242+151+74=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2974A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2974A is #0D68B5. Grayscale: #A9A9A9. Windows color (decimal): -878774 or 4888562. OLE color: 4888562.

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

Color convert

RGB 242 151 74 -
CMYK 0 0.38 0.69 0.05
HSL 27.5º 0.87% 0.62% -
HSV(B) 27.5º 0.69% 0.95% -
XYZ 48.92 41.5 11.91 -
YUV 169.43 74.15 179.76 -
System Red Green Blue C M Y K H S L
Decimal 242 151 74 0 0.38 0.69 0.05 27.5 0.87 0.62
Hex F2 97 4A 0 26 45 5 1C 57 3E
Octal 362 227 112 0 46 105 5 34 127 76
Binary 11110010 10010111 1001010 0 100110 1000101 101 11100 1010111 111110

Color Harmonies of #F2974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2974A

Black with #F2974A

Text Example


Text Example

White with #F2974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2974A; }

 p { color: rgb(242,151,74); }

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

background-color css

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

 a { background-color: rgb(242,151,74); }

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

border-color css

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

 span { border-color: rgb(242,151,74); }

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