Html Css Color HEX #FFF85A Corn

📋 copy color: '#FFF85A'

red 255 ◦ green 248 ◦ blue 90

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

Shades of Corn #FFF85A

Tints of Corn #FFF85A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.82%

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

R = 43%
G = 41.82%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFF85A (or 0xFFF85A) is known color: Corn. HEX triplet: FF, F8 and 5A. RGB value is (255,248,90). Sum of RGB (Red+Green+Blue) = 255+248+90=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 90 (35.55% from 255 or 15.18% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF85A is #0007A5. Grayscale: #E8E8E8. Windows color (decimal): -1958 or 5961983. OLE color: 5961983.

HSL color Cylindrical-coordinate representation of color #FFF85A: hue angle of 57.45º 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 #FFF85A is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 248 90 -
CMYK 0 0.03 0.65 0
HSL 57.45º 1% 0.68% -
HSV(B) 57.45º 0.65% 1% -
XYZ 76.65 89.13 22.84 -
YUV 232.08 47.82 144.35 -
System Red Green Blue C M Y K H S L
Decimal 255 248 90 0 0.03 0.65 0 57.45 1 0.68
Hex FF F8 5A 0 3 41 0 39 64 44
Octal 377 370 132 0 3 101 0 71 144 104
Binary 11111111 11111000 1011010 0 11 1000001 0 111001 1100100 1000100

Color Harmonies of #FFF85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF85A

Black with #FFF85A

Text Example


Text Example

White with #FFF85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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