Html Css Color HEX #F0972C Yellow Sea

📋 copy color: '#F0972C'

red 240 ◦ green 151 ◦ blue 44

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

Shades of Yellow Sea #F0972C

Tints of Yellow Sea #F0972C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.11%

R = 55.17%
G = 34.71%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0972C (or 0xF0972C) is known color: Yellow Sea. HEX triplet: F0, 97 and 2C. RGB value is (240,151,44). Sum of RGB (Red+Green+Blue) = 240+151+44=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0972C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0972C is #0F68D3. Grayscale: #A5A5A5. Windows color (decimal): -1009876 or 2922480. OLE color: 2922480.

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

Color convert

RGB 240 151 44 -
CMYK 0 0.37 0.82 0.06
HSL 32.76º 0.87% 0.56% -
HSV(B) 32.76º 0.82% 0.94% -
XYZ 47.46 40.84 7.76 -
YUV 165.41 59.49 181.2 -
System Red Green Blue C M Y K H S L
Decimal 240 151 44 0 0.37 0.82 0.06 32.76 0.87 0.56
Hex F0 97 2C 0 25 52 6 21 57 38
Octal 360 227 54 0 45 122 6 41 127 70
Binary 11110000 10010111 101100 0 100101 1010010 110 100001 1010111 111000

Color Harmonies of #F0972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0972C

Black with #F0972C

Text Example


Text Example

White with #F0972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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