Html Css Color HEX #FEFB4A Paris Daisy

📋 copy color: '#FEFB4A'

red 254 ◦ green 251 ◦ blue 74

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

Shades of Paris Daisy #FEFB4A

Tints of Paris Daisy #FEFB4A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.35%

 BLUE value IS 74 (29.3% from 255) = 12.78%

R = 43.87%
G = 43.35%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEFB4A (or 0xFEFB4A) is known color: Paris Daisy. HEX triplet: FE, FB and 4A. RGB value is (254,251,74). Sum of RGB (Red+Green+Blue) = 254+251+74=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 74 (29.30% from 255 or 12.78% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFB4A is #0104B5. Grayscale: #E8E8E8. Windows color (decimal): -66742 or 4914174. OLE color: 4914174.

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

Color convert

RGB 254 251 74 -
CMYK 0 0.01 0.71 0.00
HSL 59º 0.99% 0.64% -
HSV(B) 59º 0.71% 1% -
XYZ 76.61 90.56 19.92 -
YUV 231.72 38.99 143.89 -
System Red Green Blue C M Y K H S L
Decimal 254 251 74 0 0.01 0.71 0.00 59 0.99 0.64
Hex FE FB 4A 0 1 47 0 3B 63 40
Octal 376 373 112 0 1 107 0 73 143 100
Binary 11111110 11111011 1001010 0 1 1000111 0 111011 1100011 1000000

Color Harmonies of #FEFB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB4A

Black with #FEFB4A

Text Example


Text Example

White with #FEFB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB4A; }

 p { color: rgb(254,251,74); }

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

background-color css

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

 a { background-color: rgb(254,251,74); }

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

border-color css

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

 span { border-color: rgb(254,251,74); }

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