Html Css Color HEX #F0A33B Yellow Sea

📋 copy color: '#F0A33B'

red 240 ◦ green 163 ◦ blue 59

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

Shades of Yellow Sea #F0A33B

Tints of Yellow Sea #F0A33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.77%

R = 51.95%
G = 35.28%
B = 12.77%

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

#F0A33B (or 0xF0A33B) is known color: Yellow Sea. HEX triplet: F0, A3 and 3B. RGB value is (240,163,59). Sum of RGB (Red+Green+Blue) = 240+163+59=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A33B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A33B is #0F5CC4. Grayscale: #AEAEAE. Windows color (decimal): -1006789 or 3908592. OLE color: 3908592.

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

Color convert

RGB 240 163 59 -
CMYK 0 0.32 0.75 0.06
HSL 34.48º 0.86% 0.59% -
HSV(B) 34.48º 0.75% 0.94% -
XYZ 49.82 45.04 10.2 -
YUV 174.17 63.01 174.96 -
System Red Green Blue C M Y K H S L
Decimal 240 163 59 0 0.32 0.75 0.06 34.48 0.86 0.59
Hex F0 A3 3B 0 20 4B 6 22 56 3B
Octal 360 243 73 0 40 113 6 42 126 73
Binary 11110000 10100011 111011 0 100000 1001011 110 100010 1010110 111011

Color Harmonies of #F0A33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A33B

Black with #F0A33B

Text Example


Text Example

White with #F0A33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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