Html Css Color HEX #F0972E Yellow Sea

📋 copy color: '#F0972E'

red 240 ◦ green 151 ◦ blue 46

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

Shades of Yellow Sea #F0972E

Tints of Yellow Sea #F0972E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.55%

 BLUE value IS 46 (18.36% from 255) = 10.53%

R = 54.92%
G = 34.55%
B = 10.53%

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

#F0972E (or 0xF0972E) is known color: Yellow Sea. HEX triplet: F0, 97 and 2E. RGB value is (240,151,46). Sum of RGB (Red+Green+Blue) = 240+151+46=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0972E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0972E is #0F68D1. Grayscale: #A6A6A6. Windows color (decimal): -1009874 or 3053552. OLE color: 3053552.

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

Color convert

RGB 240 151 46 -
CMYK 0 0.37 0.81 0.06
HSL 32.47º 0.87% 0.56% -
HSV(B) 32.47º 0.81% 0.94% -
XYZ 47.49 40.86 7.97 -
YUV 165.64 60.49 181.04 -
System Red Green Blue C M Y K H S L
Decimal 240 151 46 0 0.37 0.81 0.06 32.47 0.87 0.56
Hex F0 97 2E 0 25 51 6 20 57 38
Octal 360 227 56 0 45 121 6 40 127 70
Binary 11110000 10010111 101110 0 100101 1010001 110 100000 1010111 111000

Color Harmonies of #F0972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0972E

Black with #F0972E

Text Example


Text Example

White with #F0972E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0972E; }

 p { color: rgb(240,151,46); }

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

background-color css

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

 a { background-color: rgb(240,151,46); }

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

border-color css

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

 span { border-color: rgb(240,151,46); }

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