Html Css Color HEX #F0A230 Yellow Sea

📋 copy color: '#F0A230'

red 240 ◦ green 162 ◦ blue 48

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

Shades of Yellow Sea #F0A230

Tints of Yellow Sea #F0A230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.67%

R = 53.33%
G = 36%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F0A230 (or 0xF0A230) is known color: Yellow Sea. HEX triplet: F0, A2 and 30. RGB value is (240,162,48). Sum of RGB (Red+Green+Blue) = 240+162+48=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A230 is #0F5DCF. Grayscale: #ACACAC. Windows color (decimal): -1007056 or 3187440. OLE color: 3187440.

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

Color convert

RGB 240 162 48 -
CMYK 0 0.32 0.8 0.06
HSL 35.63º 0.86% 0.56% -
HSV(B) 35.63º 0.8% 0.94% -
XYZ 49.39 44.58 8.8 -
YUV 172.33 57.84 176.27 -
System Red Green Blue C M Y K H S L
Decimal 240 162 48 0 0.32 0.8 0.06 35.63 0.86 0.56
Hex F0 A2 30 0 20 50 6 24 56 38
Octal 360 242 60 0 40 120 6 44 126 70
Binary 11110000 10100010 110000 0 100000 1010000 110 100100 1010110 111000

Color Harmonies of #F0A230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A230

Black with #F0A230

Text Example


Text Example

White with #F0A230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A230; }

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

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

background-color css

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

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

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

border-color css

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

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

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