Html Css Color HEX #F0F45A Corn

📋 copy color: '#F0F45A'

red 240 ◦ green 244 ◦ blue 90

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

Shades of Corn #F0F45A

Tints of Corn #F0F45A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.51%

 BLUE value IS 90 (35.55% from 255) = 15.68%

R = 41.81%
G = 42.51%
B = 15.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F0F45A (or 0xF0F45A) is known color: Corn. HEX triplet: F0, F4 and 5A. RGB value is (240,244,90). Sum of RGB (Red+Green+Blue) = 240+244+90=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 90 (35.55% from 255 or 15.68% from 574); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F45A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F45A is #0F0BA5. Grayscale: #E1E1E1. Windows color (decimal): -986022 or 5960944. OLE color: 5960944.

HSL color Cylindrical-coordinate representation of color #F0F45A: hue angle of 61.56º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0F45A is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 244 90 -
CMYK 0.02 0 0.63 0.04
HSL 61.56º 0.88% 0.65% -
HSV(B) 61.56º 0.63% 0.96% -
XYZ 70.13 83.96 22.18 -
YUV 225.25 51.67 138.52 -
System Red Green Blue C M Y K H S L
Decimal 240 244 90 0.02 0 0.63 0.04 61.56 0.88 0.65
Hex F0 F4 5A 2 0 3F 4 3E 58 41
Octal 360 364 132 2 0 77 4 76 130 101
Binary 11110000 11110100 1011010 10 0 111111 100 111110 1011000 1000001

Color Harmonies of #F0F45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F45A

Black with #F0F45A

Text Example


Text Example

White with #F0F45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F45A; }

 p { color: rgb(240,244,90); }

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

background-color css

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

 a { background-color: rgb(240,244,90); }

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

border-color css

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

 span { border-color: rgb(240,244,90); }

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