Html Css Color HEX #F0974B Sea Buckthorn

📋 copy color: '#F0974B'

red 240 ◦ green 151 ◦ blue 75

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

Shades of Sea Buckthorn #F0974B

Tints of Sea Buckthorn #F0974B

RGB

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

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

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

R = 51.5%
G = 32.4%
B = 16.09%

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

#F0974B (or 0xF0974B) is known color: Sea Buckthorn. HEX triplet: F0, 97 and 4B. RGB value is (240,151,75). Sum of RGB (Red+Green+Blue) = 240+151+75=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0974B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0974B is #0F68B4. Grayscale: #A9A9A9. Windows color (decimal): -1009845 or 4954096. OLE color: 4954096.

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

Color convert

RGB 240 151 75 -
CMYK 0 0.37 0.69 0.06
HSL 27.64º 0.85% 0.62% -
HSV(B) 27.64º 0.69% 0.94% -
XYZ 48.27 41.17 12.06 -
YUV 168.95 74.99 178.68 -
System Red Green Blue C M Y K H S L
Decimal 240 151 75 0 0.37 0.69 0.06 27.64 0.85 0.62
Hex F0 97 4B 0 25 45 6 1C 55 3E
Octal 360 227 113 0 45 105 6 34 125 76
Binary 11110000 10010111 1001011 0 100101 1000101 110 11100 1010101 111110

Color Harmonies of #F0974B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0974B

Black with #F0974B

Text Example


Text Example

White with #F0974B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0974B; }

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

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

background-color css

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

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

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

border-color css

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

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

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