Html Css Color HEX #F0A23E Yellow Sea

📋 copy color: '#F0A23E'

red 240 ◦ green 162 ◦ blue 62

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

Shades of Yellow Sea #F0A23E

Tints of Yellow Sea #F0A23E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.91%

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

R = 51.72%
G = 34.91%
B = 13.36%

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

#F0A23E (or 0xF0A23E) is known color: Yellow Sea. HEX triplet: F0, A2 and 3E. RGB value is (240,162,62). Sum of RGB (Red+Green+Blue) = 240+162+62=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A23E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A23E is #0F5DC1. Grayscale: #AEAEAE. Windows color (decimal): -1007042 or 4104944. OLE color: 4104944.

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

Color convert

RGB 240 162 62 -
CMYK 0 0.32 0.74 0.06
HSL 33.71º 0.86% 0.59% -
HSV(B) 33.71º 0.74% 0.94% -
XYZ 49.73 44.71 10.57 -
YUV 173.92 64.84 175.13 -
System Red Green Blue C M Y K H S L
Decimal 240 162 62 0 0.32 0.74 0.06 33.71 0.86 0.59
Hex F0 A2 3E 0 20 4A 6 22 56 3B
Octal 360 242 76 0 40 112 6 42 126 73
Binary 11110000 10100010 111110 0 100000 1001010 110 100010 1010110 111011

Color Harmonies of #F0A23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A23E

Black with #F0A23E

Text Example


Text Example

White with #F0A23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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