Html Css Color HEX #F2993C Yellow Sea

📋 copy color: '#F2993C'

red 242 ◦ green 153 ◦ blue 60

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

Shades of Yellow Sea #F2993C

Tints of Yellow Sea #F2993C

RGB

 RED value IS 242 (94.92% from 255) = 53.19%

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

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

R = 53.19%
G = 33.63%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2993C (or 0xF2993C) is known color: Yellow Sea. HEX triplet: F2, 99 and 3C. RGB value is (242,153,60). Sum of RGB (Red+Green+Blue) = 242+153+60=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2993C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2993C is #0D66C3. Grayscale: #A9A9A9. Windows color (decimal): -878276 or 3971570. OLE color: 3971570.

HSL color Cylindrical-coordinate representation of color #F2993C: hue angle of 30.66º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2993C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 153 60 -
CMYK 0 0.37 0.75 0.05
HSL 30.66º 0.88% 0.59% -
HSV(B) 30.66º 0.75% 0.95% -
XYZ 48.82 41.99 9.81 -
YUV 169.01 66.49 180.06 -
System Red Green Blue C M Y K H S L
Decimal 242 153 60 0 0.37 0.75 0.05 30.66 0.88 0.59
Hex F2 99 3C 0 25 4B 5 1F 58 3B
Octal 362 231 74 0 45 113 5 37 130 73
Binary 11110010 10011001 111100 0 100101 1001011 101 11111 1011000 111011

Color Harmonies of #F2993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2993C

Black with #F2993C

Text Example


Text Example

White with #F2993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2993C; }

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

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

background-color css

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

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

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

border-color css

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

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

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