Html Css Color HEX #FFFA3E Paris Daisy

📋 copy color: '#FFFA3E'

red 255 ◦ green 250 ◦ blue 62

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

Shades of Paris Daisy #FFFA3E

Tints of Paris Daisy #FFFA3E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.09%

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

R = 44.97%
G = 44.09%
B = 10.93%

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

#FFFA3E (or 0xFFFA3E) is known color: Paris Daisy. HEX triplet: FF, FA and 3E. RGB value is (255,250,62). Sum of RGB (Red+Green+Blue) = 255+250+62=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 62 (24.61% from 255 or 10.93% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA3E is #0005C1. Grayscale: #E6E6E6. Windows color (decimal): -1474 or 4127487. OLE color: 4127487.

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

Color convert

RGB 255 250 62 -
CMYK 0 0.02 0.76 0
HSL 58.45º 1% 0.62% -
HSV(B) 58.45º 0.76% 1% -
XYZ 76.3 89.98 17.9 -
YUV 230.06 33.16 145.79 -
System Red Green Blue C M Y K H S L
Decimal 255 250 62 0 0.02 0.76 0 58.45 1 0.62
Hex FF FA 3E 0 2 4C 0 3A 64 3E
Octal 377 372 76 0 2 114 0 72 144 76
Binary 11111111 11111010 111110 0 10 1001100 0 111010 1100100 111110

Color Harmonies of #FFFA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA3E

Black with #FFFA3E

Text Example


Text Example

White with #FFFA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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