Html Css Color HEX #FFF93E Paris Daisy

📋 copy color: '#FFF93E'

red 255 ◦ green 249 ◦ blue 62

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

Shades of Paris Daisy #FFF93E

Tints of Paris Daisy #FFF93E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.99%

 BLUE value IS 62 (24.61% from 255) = 10.95%

R = 45.05%
G = 43.99%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFF93E (or 0xFFF93E) is known color: Paris Daisy. HEX triplet: FF, F9 and 3E. RGB value is (255,249,62). Sum of RGB (Red+Green+Blue) = 255+249+62=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 62 (24.61% from 255 or 10.95% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF93E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF93E is #0006C1. Grayscale: #E6E6E6. Windows color (decimal): -1730 or 4127231. OLE color: 4127231.

HSL color Cylindrical-coordinate representation of color #FFF93E: hue angle of 58.13º 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 #FFF93E is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 249 62 -
CMYK 0 0.02 0.76 0
HSL 58.13º 1% 0.62% -
HSV(B) 58.13º 0.76% 1% -
XYZ 75.99 89.36 17.8 -
YUV 229.48 33.49 146.21 -
System Red Green Blue C M Y K H S L
Decimal 255 249 62 0 0.02 0.76 0 58.13 1 0.62
Hex FF F9 3E 0 2 4C 0 3A 64 3E
Octal 377 371 76 0 2 114 0 72 144 76
Binary 11111111 11111001 111110 0 10 1001100 0 111010 1100100 111110

Color Harmonies of #FFF93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF93E

Black with #FFF93E

Text Example


Text Example

White with #FFF93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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