Html Css Color HEX #F0993F Sea Buckthorn

📋 copy color: '#F0993F'

red 240 ◦ green 153 ◦ blue 63

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

Shades of Sea Buckthorn #F0993F

Tints of Sea Buckthorn #F0993F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.82%

R = 52.63%
G = 33.55%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0993F (or 0xF0993F) is known color: Sea Buckthorn. HEX triplet: F0, 99 and 3F. RGB value is (240,153,63). Sum of RGB (Red+Green+Blue) = 240+153+63=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0993F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0993F is #0F66C0. Grayscale: #A9A9A9. Windows color (decimal): -1009345 or 4168176. OLE color: 4168176.

HSL color Cylindrical-coordinate representation of color #F0993F: hue angle of 30.51º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0993F is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 153 63 -
CMYK 0 0.36 0.74 0.06
HSL 30.51º 0.86% 0.59% -
HSV(B) 30.51º 0.74% 0.94% -
XYZ 48.22 41.67 10.2 -
YUV 168.75 68.32 178.82 -
System Red Green Blue C M Y K H S L
Decimal 240 153 63 0 0.36 0.74 0.06 30.51 0.86 0.59
Hex F0 99 3F 0 24 4A 6 1F 56 3B
Octal 360 231 77 0 44 112 6 37 126 73
Binary 11110000 10011001 111111 0 100100 1001010 110 11111 1010110 111011

Color Harmonies of #F0993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0993F

Black with #F0993F

Text Example


Text Example

White with #F0993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0993F; }

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

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

background-color css

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

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

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

border-color css

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

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

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