Html Css Color HEX #FFFA42 Paris Daisy

📋 copy color: '#FFFA42'

red 255 ◦ green 250 ◦ blue 66

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

Shades of Paris Daisy #FFFA42

Tints of Paris Daisy #FFFA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.56%

R = 44.66%
G = 43.78%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFFA42 (or 0xFFFA42) is known color: Paris Daisy. HEX triplet: FF, FA and 42. RGB value is (255,250,66). Sum of RGB (Red+Green+Blue) = 255+250+66=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 66 (26.17% from 255 or 11.56% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA42 is #0005BD. Grayscale: #E7E7E7. Windows color (decimal): -1470 or 4389631. OLE color: 4389631.

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

Color convert

RGB 255 250 66 -
CMYK 0 0.02 0.74 0
HSL 58.41º 1% 0.63% -
HSV(B) 58.41º 0.74% 1% -
XYZ 76.41 90.02 18.5 -
YUV 230.52 35.16 145.46 -
System Red Green Blue C M Y K H S L
Decimal 255 250 66 0 0.02 0.74 0 58.41 1 0.63
Hex FF FA 42 0 2 4A 0 3A 64 3F
Octal 377 372 102 0 2 112 0 72 144 77
Binary 11111111 11111010 1000010 0 10 1001010 0 111010 1100100 111111

Color Harmonies of #FFFA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA42

Black with #FFFA42

Text Example


Text Example

White with #FFFA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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