Html Css Color HEX #FFF55F Corn

📋 copy color: '#FFF55F'

red 255 ◦ green 245 ◦ blue 95

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

Shades of Corn #FFF55F

Tints of Corn #FFF55F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.18%

 BLUE value IS 95 (37.5% from 255) = 15.97%

R = 42.86%
G = 41.18%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFF55F (or 0xFFF55F) is known color: Corn. HEX triplet: FF, F5 and 5F. RGB value is (255,245,95). Sum of RGB (Red+Green+Blue) = 255+245+95=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 95 (37.5% from 255 or 15.97% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF55F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF55F is #000AA0. Grayscale: #E7E7E7. Windows color (decimal): -2721 or 6288895. OLE color: 6288895.

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

Color convert

RGB 255 245 95 -
CMYK 0 0.04 0.63 0
HSL 56.25º 1% 0.69% -
HSV(B) 56.25º 0.63% 1% -
XYZ 75.96 87.39 23.69 -
YUV 230.89 51.31 145.2 -
System Red Green Blue C M Y K H S L
Decimal 255 245 95 0 0.04 0.63 0 56.25 1 0.69
Hex FF F5 5F 0 4 3F 0 38 64 45
Octal 377 365 137 0 4 77 0 70 144 105
Binary 11111111 11110101 1011111 0 100 111111 0 111000 1100100 1000101

Color Harmonies of #FFF55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF55F

Black with #FFF55F

Text Example


Text Example

White with #FFF55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF55F; }

 p { color: rgb(255,245,95); }

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

background-color css

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

 a { background-color: rgb(255,245,95); }

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

border-color css

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

 span { border-color: rgb(255,245,95); }

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