Html Css Color HEX #F09D40 Yellow Sea

📋 copy color: '#F09D40'

red 240 ◦ green 157 ◦ blue 64

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

Shades of Yellow Sea #F09D40

Tints of Yellow Sea #F09D40

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.06%

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

R = 52.06%
G = 34.06%
B = 13.88%

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

#F09D40 (or 0xF09D40) is known color: Yellow Sea. HEX triplet: F0, 9D and 40. RGB value is (240,157,64). Sum of RGB (Red+Green+Blue) = 240+157+64=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09D40 is #0F62BF. Grayscale: #ABABAB. Windows color (decimal): -1008320 or 4234736. OLE color: 4234736.

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

Color convert

RGB 240 157 64 -
CMYK 0 0.35 0.73 0.06
HSL 31.7º 0.85% 0.6% -
HSV(B) 31.7º 0.73% 0.94% -
XYZ 48.92 43.01 10.57 -
YUV 171.22 67.5 177.06 -
System Red Green Blue C M Y K H S L
Decimal 240 157 64 0 0.35 0.73 0.06 31.7 0.85 0.6
Hex F0 9D 40 0 23 49 6 20 55 3C
Octal 360 235 100 0 43 111 6 40 125 74
Binary 11110000 10011101 1000000 0 100011 1001001 110 100000 1010101 111100

Color Harmonies of #F09D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09D40

Black with #F09D40

Text Example


Text Example

White with #F09D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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