Html Css Color HEX #FEFA42 Paris Daisy

📋 copy color: '#FEFA42'

red 254 ◦ green 250 ◦ blue 66

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

Shades of Paris Daisy #FEFA42

Tints of Paris Daisy #FEFA42

RGB

 RED value IS 254 (99.61% from 255) = 44.56%

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

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

R = 44.56%
G = 43.86%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEFA42 (or 0xFEFA42) is known color: Paris Daisy. HEX triplet: FE, FA and 42. RGB value is (254,250,66). Sum of RGB (Red+Green+Blue) = 254+250+66=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 66 (26.17% from 255 or 11.58% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA42 is #0105BD. Grayscale: #E6E6E6. Windows color (decimal): -67006 or 4389630. OLE color: 4389630.

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

Color convert

RGB 254 250 66 -
CMYK 0 0.02 0.74 0.00
HSL 58.72º 0.99% 0.63% -
HSV(B) 58.72º 0.74% 1% -
XYZ 76.04 89.84 18.49 -
YUV 230.22 35.33 144.96 -
System Red Green Blue C M Y K H S L
Decimal 254 250 66 0 0.02 0.74 0.00 58.72 0.99 0.63
Hex FE FA 42 0 2 4A 0 3B 63 3F
Octal 376 372 102 0 2 112 0 73 143 77
Binary 11111110 11111010 1000010 0 10 1001010 0 111011 1100011 111111

Color Harmonies of #FEFA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA42

Black with #FEFA42

Text Example


Text Example

White with #FEFA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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