Html Css Color HEX #F0A33D Yellow Sea

📋 copy color: '#F0A33D'

red 240 ◦ green 163 ◦ blue 61

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

Shades of Yellow Sea #F0A33D

Tints of Yellow Sea #F0A33D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.15%

R = 51.72%
G = 35.13%
B = 13.15%

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

#F0A33D (or 0xF0A33D) is known color: Yellow Sea. HEX triplet: F0, A3 and 3D. RGB value is (240,163,61). Sum of RGB (Red+Green+Blue) = 240+163+61=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A33D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A33D is #0F5CC2. Grayscale: #AEAEAE. Windows color (decimal): -1006787 or 4039664. OLE color: 4039664.

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

Color convert

RGB 240 163 61 -
CMYK 0 0.32 0.75 0.06
HSL 34.19º 0.86% 0.59% -
HSV(B) 34.19º 0.75% 0.94% -
XYZ 49.87 45.06 10.48 -
YUV 174.4 64.01 174.79 -
System Red Green Blue C M Y K H S L
Decimal 240 163 61 0 0.32 0.75 0.06 34.19 0.86 0.59
Hex F0 A3 3D 0 20 4B 6 22 56 3B
Octal 360 243 75 0 40 113 6 42 126 73
Binary 11110000 10100011 111101 0 100000 1001011 110 100010 1010110 111011

Color Harmonies of #F0A33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A33D

Black with #F0A33D

Text Example


Text Example

White with #F0A33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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