Html Css Color HEX #F09A40 Sea Buckthorn

📋 copy color: '#F09A40'

red 240 ◦ green 154 ◦ blue 64

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

Shades of Sea Buckthorn #F09A40

Tints of Sea Buckthorn #F09A40

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.62%

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

R = 52.4%
G = 33.62%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F09A40 (or 0xF09A40) is known color: Sea Buckthorn. HEX triplet: F0, 9A and 40. RGB value is (240,154,64). Sum of RGB (Red+Green+Blue) = 240+154+64=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09A40 is #0F65BF. Grayscale: #A9A9A9. Windows color (decimal): -1009088 or 4233968. OLE color: 4233968.

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

Color convert

RGB 240 154 64 -
CMYK 0 0.36 0.73 0.06
HSL 30.68º 0.85% 0.6% -
HSV(B) 30.68º 0.73% 0.94% -
XYZ 48.42 42.01 10.41 -
YUV 169.45 68.49 178.32 -
System Red Green Blue C M Y K H S L
Decimal 240 154 64 0 0.36 0.73 0.06 30.68 0.85 0.6
Hex F0 9A 40 0 24 49 6 1F 55 3C
Octal 360 232 100 0 44 111 6 37 125 74
Binary 11110000 10011010 1000000 0 100100 1001001 110 11111 1010101 111100

Color Harmonies of #F09A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A40

Black with #F09A40

Text Example


Text Example

White with #F09A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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