Html Css Color HEX #F0982D Yellow Sea

📋 copy color: '#F0982D'

red 240 ◦ green 152 ◦ blue 45

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

Shades of Yellow Sea #F0982D

Tints of Yellow Sea #F0982D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.3%

R = 54.92%
G = 34.78%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0982D (or 0xF0982D) is known color: Yellow Sea. HEX triplet: F0, 98 and 2D. RGB value is (240,152,45). Sum of RGB (Red+Green+Blue) = 240+152+45=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0982D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0982D is #0F67D2. Grayscale: #A6A6A6. Windows color (decimal): -1009619 or 2988272. OLE color: 2988272.

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

Color convert

RGB 240 152 45 -
CMYK 0 0.37 0.81 0.06
HSL 32.92º 0.87% 0.56% -
HSV(B) 32.92º 0.81% 0.94% -
XYZ 47.64 41.17 7.92 -
YUV 166.11 59.65 180.7 -
System Red Green Blue C M Y K H S L
Decimal 240 152 45 0 0.37 0.81 0.06 32.92 0.87 0.56
Hex F0 98 2D 0 25 51 6 21 57 38
Octal 360 230 55 0 45 121 6 41 127 70
Binary 11110000 10011000 101101 0 100101 1010001 110 100001 1010111 111000

Color Harmonies of #F0982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0982D

Black with #F0982D

Text Example


Text Example

White with #F0982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0982D; }

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

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

background-color css

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

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

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

border-color css

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

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

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