Html Css Color HEX #F0944A Sea Buckthorn

📋 copy color: '#F0944A'

red 240 ◦ green 148 ◦ blue 74

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

Shades of Sea Buckthorn #F0944A

Tints of Sea Buckthorn #F0944A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.03%

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

R = 51.95%
G = 32.03%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0944A (or 0xF0944A) is known color: Sea Buckthorn. HEX triplet: F0, 94 and 4A. RGB value is (240,148,74). Sum of RGB (Red+Green+Blue) = 240+148+74=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0944A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0944A is #0F6BB5. Grayscale: #A7A7A7. Windows color (decimal): -1010614 or 4887792. OLE color: 4887792.

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

Color convert

RGB 240 148 74 -
CMYK 0 0.38 0.69 0.06
HSL 26.75º 0.85% 0.62% -
HSV(B) 26.75º 0.69% 0.94% -
XYZ 47.76 40.2 11.72 -
YUV 167.07 75.48 180.02 -
System Red Green Blue C M Y K H S L
Decimal 240 148 74 0 0.38 0.69 0.06 26.75 0.85 0.62
Hex F0 94 4A 0 26 45 6 1B 55 3E
Octal 360 224 112 0 46 105 6 33 125 76
Binary 11110000 10010100 1001010 0 100110 1000101 110 11011 1010101 111110

Color Harmonies of #F0944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0944A

Black with #F0944A

Text Example


Text Example

White with #F0944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0944A; }

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

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

background-color css

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

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

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

border-color css

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

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

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