Html Css Color HEX #FFF562 Corn

📋 copy color: '#FFF562'

red 255 ◦ green 245 ◦ blue 98

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

Shades of Corn #FFF562

Tints of Corn #FFF562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 16.39%

R = 42.64%
G = 40.97%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFF562 (or 0xFFF562) is known color: Corn. HEX triplet: FF, F5 and 62. RGB value is (255,245,98). Sum of RGB (Red+Green+Blue) = 255+245+98=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 98 (38.67% from 255 or 16.39% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF562 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF562 is #000A9D. Grayscale: #E7E7E7. Windows color (decimal): -2718 or 6485503. OLE color: 6485503.

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

Color convert

RGB 255 245 98 -
CMYK 0 0.04 0.62 0
HSL 56.18º 1% 0.69% -
HSV(B) 56.18º 0.62% 1% -
XYZ 76.1 87.45 24.42 -
YUV 231.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 255 245 98 0 0.04 0.62 0 56.18 1 0.69
Hex FF F5 62 0 4 3E 0 38 64 45
Octal 377 365 142 0 4 76 0 70 144 105
Binary 11111111 11110101 1100010 0 100 111110 0 111000 1100100 1000101

Color Harmonies of #FFF562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF562

Black with #FFF562

Text Example


Text Example

White with #FFF562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF562; }

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

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

background-color css

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

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

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

border-color css

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

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

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