Html Css Color HEX #F09A32 Yellow Sea

📋 copy color: '#F09A32'

red 240 ◦ green 154 ◦ blue 50

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

Shades of Yellow Sea #F09A32

Tints of Yellow Sea #F09A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.26%

R = 54.05%
G = 34.68%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F09A32 (or 0xF09A32) is known color: Yellow Sea. HEX triplet: F0, 9A and 32. RGB value is (240,154,50). Sum of RGB (Red+Green+Blue) = 240+154+50=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09A32 is #0F65CD. Grayscale: #A8A8A8. Windows color (decimal): -1009102 or 3316464. OLE color: 3316464.

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

Color convert

RGB 240 154 50 -
CMYK 0 0.36 0.79 0.06
HSL 32.84º 0.86% 0.57% -
HSV(B) 32.84º 0.79% 0.94% -
XYZ 48.07 41.87 8.57 -
YUV 167.86 61.49 179.46 -
System Red Green Blue C M Y K H S L
Decimal 240 154 50 0 0.36 0.79 0.06 32.84 0.86 0.57
Hex F0 9A 32 0 24 4F 6 21 56 39
Octal 360 232 62 0 44 117 6 41 126 71
Binary 11110000 10011010 110010 0 100100 1001111 110 100001 1010110 111001

Color Harmonies of #F09A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A32

Black with #F09A32

Text Example


Text Example

White with #F09A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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