Html Css Color HEX #F0A33E Yellow Sea

📋 copy color: '#F0A33E'

red 240 ◦ green 163 ◦ blue 62

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

Shades of Yellow Sea #F0A33E

Tints of Yellow Sea #F0A33E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.33%

R = 51.61%
G = 35.05%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0A33E (or 0xF0A33E) is known color: Yellow Sea. HEX triplet: F0, A3 and 3E. RGB value is (240,163,62). Sum of RGB (Red+Green+Blue) = 240+163+62=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A33E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A33E is #0F5CC1. Grayscale: #AEAEAE. Windows color (decimal): -1006786 or 4105200. OLE color: 4105200.

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

Color convert

RGB 240 163 62 -
CMYK 0 0.32 0.74 0.06
HSL 34.04º 0.86% 0.59% -
HSV(B) 34.04º 0.74% 0.94% -
XYZ 49.9 45.07 10.63 -
YUV 174.51 64.51 174.71 -
System Red Green Blue C M Y K H S L
Decimal 240 163 62 0 0.32 0.74 0.06 34.04 0.86 0.59
Hex F0 A3 3E 0 20 4A 6 22 56 3B
Octal 360 243 76 0 40 112 6 42 126 73
Binary 11110000 10100011 111110 0 100000 1001010 110 100010 1010110 111011

Color Harmonies of #F0A33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A33E

Black with #F0A33E

Text Example


Text Example

White with #F0A33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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