Html Css Color HEX #FFF05A Corn

📋 copy color: '#FFF05A'

red 255 ◦ green 240 ◦ blue 90

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

Shades of Corn #FFF05A

Tints of Corn #FFF05A

RGB

 RED value IS 255 (100% from 255) = 43.59%

 GREEN value IS 240 (94.14% from 255) = 41.03%

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

R = 43.59%
G = 41.03%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFF05A (or 0xFFF05A) is known color: Corn. HEX triplet: FF, F0 and 5A. RGB value is (255,240,90). Sum of RGB (Red+Green+Blue) = 255+240+90=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 90 (35.55% from 255 or 15.38% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF05A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF05A is #000FA5. Grayscale: #E4E4E4. Windows color (decimal): -4006 or 5959935. OLE color: 5959935.

HSL color Cylindrical-coordinate representation of color #FFF05A: hue angle of 54.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFF05A is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 240 90 -
CMYK 0 0.06 0.65 0
HSL 54.55º 1% 0.68% -
HSV(B) 54.55º 0.65% 1% -
XYZ 74.25 84.32 22.03 -
YUV 227.39 50.47 147.7 -
System Red Green Blue C M Y K H S L
Decimal 255 240 90 0 0.06 0.65 0 54.55 1 0.68
Hex FF F0 5A 0 6 41 0 37 64 44
Octal 377 360 132 0 6 101 0 67 144 104
Binary 11111111 11110000 1011010 0 110 1000001 0 110111 1100100 1000100

Color Harmonies of #FFF05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF05A

Black with #FFF05A

Text Example


Text Example

White with #FFF05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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