#FFF63E

Color #FFF63E Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #FFF63E

Tints of Paris Daisy #FFF63E

Color information

#FFF63E (or 0xFFF63E) is unknown color: approx Paris Daisy. HEX triplet: FF, F6 and 3E. RGB value is (255,246,62). Sum of RGB (Red+Green+Blue) = 255+246+62=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 62 (24.61% from 255 or 11.01% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF63E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF63E is #0009C1. Grayscale: #E4E4E4. Windows color (decimal): -2498 or 4126463. OLE color: 4126463.

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

Color convert

RGB25524662-
CMYK00.040.760
HSL57.2º100%62.16%-
HSV(B)57.2º75.69%100%-
XYZ75.0787.5217.49-
YUV227.7234.48147.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 246 (96.48% from 255) = 43.69%
BLUE value IS 62 (24.61% from 255) = 11.01%
R=45.29%
G=43.69%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552466200.040.76057.210062.16
HexFFF63E044C039643e
Octal377366760411407114476
Binary11111111111101101111100100100110001110011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF63E; }

 p { color: rgb(255,246,62); }

 H1.HeaderClassName
 {
   color: #FFF63E;
 }
 .AnyTagClassName
 {
   color: #FFF63E;
 }
</style>
background-color css

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

 a { background-color: rgb(255,246,62); }

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

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

 span { border-color: rgb(255,246,62); }

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