Html Css Color HEX #FFF55B Corn

📋 copy color: '#FFF55B'

red 255 ◦ green 245 ◦ blue 91

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

Shades of Corn #FFF55B

Tints of Corn #FFF55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.4%

R = 43.15%
G = 41.46%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFF55B (or 0xFFF55B) is known color: Corn. HEX triplet: FF, F5 and 5B. RGB value is (255,245,91). Sum of RGB (Red+Green+Blue) = 255+245+91=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 91 (35.94% from 255 or 15.40% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF55B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF55B is #000AA4. Grayscale: #E7E7E7. Windows color (decimal): -2725 or 6026751. OLE color: 6026751.

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

Color convert

RGB 255 245 91 -
CMYK 0 0.04 0.64 0
HSL 56.34º 1% 0.68% -
HSV(B) 56.34º 0.64% 1% -
XYZ 75.78 87.32 22.76 -
YUV 230.43 49.31 145.52 -
System Red Green Blue C M Y K H S L
Decimal 255 245 91 0 0.04 0.64 0 56.34 1 0.68
Hex FF F5 5B 0 4 40 0 38 64 44
Octal 377 365 133 0 4 100 0 70 144 104
Binary 11111111 11110101 1011011 0 100 1000000 0 111000 1100100 1000100

Color Harmonies of #FFF55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF55B

Black with #FFF55B

Text Example


Text Example

White with #FFF55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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