Html Css Color HEX #F2974D Sea Buckthorn

📋 copy color: '#F2974D'

red 242 ◦ green 151 ◦ blue 77

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

Shades of Sea Buckthorn #F2974D

Tints of Sea Buckthorn #F2974D

RGB

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

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

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

R = 51.49%
G = 32.13%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2974D (or 0xF2974D) is known color: Sea Buckthorn. HEX triplet: F2, 97 and 4D. RGB value is (242,151,77). Sum of RGB (Red+Green+Blue) = 242+151+77=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2974D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2974D is #0D68B2. Grayscale: #AAAAAA. Windows color (decimal): -878771 or 5085170. OLE color: 5085170.

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

Color convert

RGB 242 151 77 -
CMYK 0 0.38 0.68 0.05
HSL 26.91º 0.86% 0.63% -
HSV(B) 26.91º 0.68% 0.95% -
XYZ 49.02 41.55 12.46 -
YUV 169.77 75.65 179.52 -
System Red Green Blue C M Y K H S L
Decimal 242 151 77 0 0.38 0.68 0.05 26.91 0.86 0.63
Hex F2 97 4D 0 26 44 5 1B 56 3F
Octal 362 227 115 0 46 104 5 33 126 77
Binary 11110010 10010111 1001101 0 100110 1000100 101 11011 1010110 111111

Color Harmonies of #F2974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2974D

Black with #F2974D

Text Example


Text Example

White with #F2974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2974D; }

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

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

background-color css

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

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

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

border-color css

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

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

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