Html Css Color HEX #F09F2F Yellow Sea

📋 copy color: '#F09F2F'

red 240 ◦ green 159 ◦ blue 47

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

Shades of Yellow Sea #F09F2F

Tints of Yellow Sea #F09F2F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.65%

 BLUE value IS 47 (18.75% from 255) = 10.54%

R = 53.81%
G = 35.65%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F09F2F (or 0xF09F2F) is known color: Yellow Sea. HEX triplet: F0, 9F and 2F. RGB value is (240,159,47). Sum of RGB (Red+Green+Blue) = 240+159+47=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09F2F is #0F60D0. Grayscale: #AAAAAA. Windows color (decimal): -1007825 or 3121136. OLE color: 3121136.

HSL color Cylindrical-coordinate representation of color #F09F2F: hue angle of 34.82º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F09F2F is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 159 47 -
CMYK 0 0.34 0.80 0.06
HSL 34.82º 0.87% 0.56% -
HSV(B) 34.82º 0.8% 0.94% -
XYZ 48.85 43.53 8.52 -
YUV 170.45 58.34 177.61 -
System Red Green Blue C M Y K H S L
Decimal 240 159 47 0 0.34 0.80 0.06 34.82 0.87 0.56
Hex F0 9F 2F 0 22 50 6 23 57 38
Octal 360 237 57 0 42 120 6 43 127 70
Binary 11110000 10011111 101111 0 100010 1010000 110 100011 1010111 111000

Color Harmonies of #F09F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09F2F

Black with #F09F2F

Text Example


Text Example

White with #F09F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09F2F; }

 p { color: rgb(240,159,47); }

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

background-color css

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

 a { background-color: rgb(240,159,47); }

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

border-color css

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

 span { border-color: rgb(240,159,47); }

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