Html Css Color HEX #FFF558 Corn

📋 copy color: '#FFF558'

red 255 ◦ green 245 ◦ blue 88

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

Shades of Corn #FFF558

Tints of Corn #FFF558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 14.97%

R = 43.37%
G = 41.67%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFF558 (or 0xFFF558) is known color: Corn. HEX triplet: FF, F5 and 58. RGB value is (255,245,88). Sum of RGB (Red+Green+Blue) = 255+245+88=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 88 (34.77% from 255 or 14.97% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF558 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF558 is #000AA7. Grayscale: #E6E6E6. Windows color (decimal): -2728 or 5830143. OLE color: 5830143.

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

Color convert

RGB 255 245 88 -
CMYK 0 0.04 0.65 0
HSL 56.41º 1% 0.67% -
HSV(B) 56.41º 0.65% 1% -
XYZ 75.65 87.27 22.09 -
YUV 230.09 47.81 145.77 -
System Red Green Blue C M Y K H S L
Decimal 255 245 88 0 0.04 0.65 0 56.41 1 0.67
Hex FF F5 58 0 4 41 0 38 64 43
Octal 377 365 130 0 4 101 0 70 144 103
Binary 11111111 11110101 1011000 0 100 1000001 0 111000 1100100 1000011

Color Harmonies of #FFF558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF558

Black with #FFF558

Text Example


Text Example

White with #FFF558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF558; }

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

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

background-color css

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

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

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

border-color css

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

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

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