Html Css Color HEX #F09B40 Sea Buckthorn

📋 copy color: '#F09B40'

red 240 ◦ green 155 ◦ blue 64

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

Shades of Sea Buckthorn #F09B40

Tints of Sea Buckthorn #F09B40

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.77%

 BLUE value IS 64 (25.39% from 255) = 13.94%

R = 52.29%
G = 33.77%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F09B40 (or 0xF09B40) is known color: Sea Buckthorn. HEX triplet: F0, 9B and 40. RGB value is (240,155,64). Sum of RGB (Red+Green+Blue) = 240+155+64=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09B40 is #0F64BF. Grayscale: #AAAAAA. Windows color (decimal): -1008832 or 4234224. OLE color: 4234224.

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

Color convert

RGB 240 155 64 -
CMYK 0 0.35 0.73 0.06
HSL 31.02º 0.85% 0.6% -
HSV(B) 31.02º 0.73% 0.94% -
XYZ 48.58 42.34 10.46 -
YUV 170.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 240 155 64 0 0.35 0.73 0.06 31.02 0.85 0.6
Hex F0 9B 40 0 23 49 6 1F 55 3C
Octal 360 233 100 0 43 111 6 37 125 74
Binary 11110000 10011011 1000000 0 100011 1001001 110 11111 1010101 111100

Color Harmonies of #F09B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09B40

Black with #F09B40

Text Example


Text Example

White with #F09B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09B40; }

 p { color: rgb(240,155,64); }

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

background-color css

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

 a { background-color: rgb(240,155,64); }

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

border-color css

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

 span { border-color: rgb(240,155,64); }

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