Html Css Color HEX #F0994B Sea Buckthorn

📋 copy color: '#F0994B'

red 240 ◦ green 153 ◦ blue 75

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

Shades of Sea Buckthorn #F0994B

Tints of Sea Buckthorn #F0994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.69%

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

R = 51.28%
G = 32.69%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0994B (or 0xF0994B) is known color: Sea Buckthorn. HEX triplet: F0, 99 and 4B. RGB value is (240,153,75). Sum of RGB (Red+Green+Blue) = 240+153+75=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0994B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0994B is #0F66B4. Grayscale: #AAAAAA. Windows color (decimal): -1009333 or 4954608. OLE color: 4954608.

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

Color convert

RGB 240 153 75 -
CMYK 0 0.36 0.69 0.06
HSL 28.36º 0.85% 0.62% -
HSV(B) 28.36º 0.69% 0.94% -
XYZ 48.6 41.82 12.17 -
YUV 170.12 74.32 177.84 -
System Red Green Blue C M Y K H S L
Decimal 240 153 75 0 0.36 0.69 0.06 28.36 0.85 0.62
Hex F0 99 4B 0 24 45 6 1C 55 3E
Octal 360 231 113 0 44 105 6 34 125 76
Binary 11110000 10011001 1001011 0 100100 1000101 110 11100 1010101 111110

Color Harmonies of #F0994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0994B

Black with #F0994B

Text Example


Text Example

White with #F0994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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