Html Css Color HEX #FFFA46 Paris Daisy

📋 copy color: '#FFFA46'

red 255 ◦ green 250 ◦ blue 70

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

Shades of Paris Daisy #FFFA46

Tints of Paris Daisy #FFFA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.17%

R = 44.35%
G = 43.48%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFFA46 (or 0xFFFA46) is known color: Paris Daisy. HEX triplet: FF, FA and 46. RGB value is (255,250,70). Sum of RGB (Red+Green+Blue) = 255+250+70=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 70 (27.73% from 255 or 12.17% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA46 is #0005B9. Grayscale: #E7E7E7. Windows color (decimal): -1466 or 4651775. OLE color: 4651775.

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

Color convert

RGB 255 250 70 -
CMYK 0 0.02 0.73 0
HSL 58.38º 1% 0.64% -
HSV(B) 58.38º 0.73% 1% -
XYZ 76.53 90.07 19.15 -
YUV 230.98 37.16 145.14 -
System Red Green Blue C M Y K H S L
Decimal 255 250 70 0 0.02 0.73 0 58.38 1 0.64
Hex FF FA 46 0 2 49 0 3A 64 40
Octal 377 372 106 0 2 111 0 72 144 100
Binary 11111111 11111010 1000110 0 10 1001001 0 111010 1100100 1000000

Color Harmonies of #FFFA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA46

Black with #FFFA46

Text Example


Text Example

White with #FFFA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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