Html Css Color HEX #F0992F Yellow Sea

📋 copy color: '#F0992F'

red 240 ◦ green 153 ◦ blue 47

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

Shades of Yellow Sea #F0992F

Tints of Yellow Sea #F0992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.77%

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

R = 54.55%
G = 34.77%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0992F (or 0xF0992F) is known color: Yellow Sea. HEX triplet: F0, 99 and 2F. RGB value is (240,153,47). Sum of RGB (Red+Green+Blue) = 240+153+47=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F0992F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0992F is #0F66D0. Grayscale: #A7A7A7. Windows color (decimal): -1009361 or 3119600. OLE color: 3119600.

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

Color convert

RGB 240 153 47 -
CMYK 0 0.36 0.80 0.06
HSL 32.95º 0.87% 0.56% -
HSV(B) 32.95º 0.8% 0.94% -
XYZ 47.84 41.51 8.18 -
YUV 166.93 60.32 180.12 -
System Red Green Blue C M Y K H S L
Decimal 240 153 47 0 0.36 0.80 0.06 32.95 0.87 0.56
Hex F0 99 2F 0 24 50 6 21 57 38
Octal 360 231 57 0 44 120 6 41 127 70
Binary 11110000 10011001 101111 0 100100 1010000 110 100001 1010111 111000

Color Harmonies of #F0992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0992F

Black with #F0992F

Text Example


Text Example

White with #F0992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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