Html Css Color HEX #F0974A Sea Buckthorn

📋 copy color: '#F0974A'

red 240 ◦ green 151 ◦ blue 74

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

Shades of Sea Buckthorn #F0974A

Tints of Sea Buckthorn #F0974A

RGB

 RED value IS 240 (94.14% from 255) = 51.61%

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

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

R = 51.61%
G = 32.47%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0974A (or 0xF0974A) is known color: Sea Buckthorn. HEX triplet: F0, 97 and 4A. RGB value is (240,151,74). Sum of RGB (Red+Green+Blue) = 240+151+74=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0974A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0974A is #0F68B5. Grayscale: #A9A9A9. Windows color (decimal): -1009846 or 4888560. OLE color: 4888560.

HSL color Cylindrical-coordinate representation of color #F0974A: hue angle of 27.83º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0974A is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 151 74 -
CMYK 0 0.37 0.69 0.06
HSL 27.83º 0.85% 0.62% -
HSV(B) 27.83º 0.69% 0.94% -
XYZ 48.24 41.15 11.88 -
YUV 168.83 74.49 178.76 -
System Red Green Blue C M Y K H S L
Decimal 240 151 74 0 0.37 0.69 0.06 27.83 0.85 0.62
Hex F0 97 4A 0 25 45 6 1C 55 3E
Octal 360 227 112 0 45 105 6 34 125 76
Binary 11110000 10010111 1001010 0 100101 1000101 110 11100 1010101 111110

Color Harmonies of #F0974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0974A

Black with #F0974A

Text Example


Text Example

White with #F0974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0974A; }

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

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

background-color css

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

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

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

border-color css

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

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

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