Html Css Color HEX #F0993C Yellow Sea

📋 copy color: '#F0993C'

red 240 ◦ green 153 ◦ blue 60

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

Shades of Yellow Sea #F0993C

Tints of Yellow Sea #F0993C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.25%

R = 52.98%
G = 33.77%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0993C (or 0xF0993C) is known color: Yellow Sea. HEX triplet: F0, 99 and 3C. RGB value is (240,153,60). Sum of RGB (Red+Green+Blue) = 240+153+60=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0993C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0993C is #0F66C3. Grayscale: #A8A8A8. Windows color (decimal): -1009348 or 3971568. OLE color: 3971568.

HSL color Cylindrical-coordinate representation of color #F0993C: hue angle of 31º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0993C is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 153 60 -
CMYK 0 0.36 0.75 0.06
HSL 31º 0.86% 0.59% -
HSV(B) 31º 0.75% 0.94% -
XYZ 48.14 41.63 9.77 -
YUV 168.41 66.82 179.06 -
System Red Green Blue C M Y K H S L
Decimal 240 153 60 0 0.36 0.75 0.06 31 0.86 0.59
Hex F0 99 3C 0 24 4B 6 1F 56 3B
Octal 360 231 74 0 44 113 6 37 126 73
Binary 11110000 10011001 111100 0 100100 1001011 110 11111 1010110 111011

Color Harmonies of #F0993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0993C

Black with #F0993C

Text Example


Text Example

White with #F0993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0993C; }

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

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

background-color css

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

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

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

border-color css

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

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

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