Html Css Color HEX #F0982F Yellow Sea

📋 copy color: '#F0982F'

red 240 ◦ green 152 ◦ blue 47

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

Shades of Yellow Sea #F0982F

Tints of Yellow Sea #F0982F

RGB

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

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

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

R = 54.67%
G = 34.62%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0982F (or 0xF0982F) is known color: Yellow Sea. HEX triplet: F0, 98 and 2F. RGB value is (240,152,47). Sum of RGB (Red+Green+Blue) = 240+152+47=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F0982F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0982F is #0F67D0. Grayscale: #A6A6A6. Windows color (decimal): -1009617 or 3119344. OLE color: 3119344.

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

Color convert

RGB 240 152 47 -
CMYK 0 0.37 0.80 0.06
HSL 32.64º 0.87% 0.56% -
HSV(B) 32.64º 0.8% 0.94% -
XYZ 47.68 41.19 8.13 -
YUV 166.34 60.65 180.54 -
System Red Green Blue C M Y K H S L
Decimal 240 152 47 0 0.37 0.80 0.06 32.64 0.87 0.56
Hex F0 98 2F 0 25 50 6 21 57 38
Octal 360 230 57 0 45 120 6 41 127 70
Binary 11110000 10011000 101111 0 100101 1010000 110 100001 1010111 111000

Color Harmonies of #F0982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0982F

Black with #F0982F

Text Example


Text Example

White with #F0982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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