Html Css Color HEX #F09832 Yellow Sea

📋 copy color: '#F09832'

red 240 ◦ green 152 ◦ blue 50

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

Shades of Yellow Sea #F09832

Tints of Yellow Sea #F09832

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.39%

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

R = 54.3%
G = 34.39%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F09832 (or 0xF09832) is known color: Yellow Sea. HEX triplet: F0, 98 and 32. RGB value is (240,152,50). Sum of RGB (Red+Green+Blue) = 240+152+50=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F09832 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09832 is #0F67CD. Grayscale: #A7A7A7. Windows color (decimal): -1009614 or 3315952. OLE color: 3315952.

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

Color convert

RGB 240 152 50 -
CMYK 0 0.37 0.79 0.06
HSL 32.21º 0.86% 0.57% -
HSV(B) 32.21º 0.79% 0.94% -
XYZ 47.74 41.21 8.46 -
YUV 166.68 62.15 180.29 -
System Red Green Blue C M Y K H S L
Decimal 240 152 50 0 0.37 0.79 0.06 32.21 0.86 0.57
Hex F0 98 32 0 25 4F 6 20 56 39
Octal 360 230 62 0 45 117 6 40 126 71
Binary 11110000 10011000 110010 0 100101 1001111 110 100000 1010110 111001

Color Harmonies of #F09832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09832

Black with #F09832

Text Example


Text Example

White with #F09832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09832; }

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

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

background-color css

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

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

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

border-color css

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

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

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