Html Css Color HEX #F0A33C Yellow Sea

📋 copy color: '#F0A33C'

red 240 ◦ green 163 ◦ blue 60

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

Shades of Yellow Sea #F0A33C

Tints of Yellow Sea #F0A33C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.21%

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

R = 51.84%
G = 35.21%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0A33C (or 0xF0A33C) is known color: Yellow Sea. HEX triplet: F0, A3 and 3C. RGB value is (240,163,60). Sum of RGB (Red+Green+Blue) = 240+163+60=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A33C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A33C is #0F5CC3. Grayscale: #AEAEAE. Windows color (decimal): -1006788 or 3974128. OLE color: 3974128.

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

Color convert

RGB 240 163 60 -
CMYK 0 0.32 0.75 0.06
HSL 34.33º 0.86% 0.59% -
HSV(B) 34.33º 0.75% 0.94% -
XYZ 49.85 45.05 10.34 -
YUV 174.28 63.51 174.88 -
System Red Green Blue C M Y K H S L
Decimal 240 163 60 0 0.32 0.75 0.06 34.33 0.86 0.59
Hex F0 A3 3C 0 20 4B 6 22 56 3B
Octal 360 243 74 0 40 113 6 42 126 73
Binary 11110000 10100011 111100 0 100000 1001011 110 100010 1010110 111011

Color Harmonies of #F0A33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A33C

Black with #F0A33C

Text Example


Text Example

White with #F0A33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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