Html Css Color HEX #FEFF3B Paris Daisy

📋 copy color: '#FEFF3B'

red 254 ◦ green 255 ◦ blue 59

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

Shades of Paris Daisy #FEFF3B

Tints of Paris Daisy #FEFF3B

RGB

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

 GREEN value IS 255 (100% from 255) = 44.89%

 BLUE value IS 59 (23.44% from 255) = 10.39%

R = 44.72%
G = 44.89%
B = 10.39%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FEFF3B (or 0xFEFF3B) is known color: Paris Daisy. HEX triplet: FE, FF and 3B. RGB value is (254,255,59). Sum of RGB (Red+Green+Blue) = 254+255+59=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 59 (23.44% from 255 or 10.39% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF3B is #0100C4. Grayscale: #E9E9E9. Windows color (decimal): -65733 or 3932158. OLE color: 3932158.

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

Color convert

RGB 254 255 59 -
CMYK 0.00 0 0.77 0
HSL 60.31º 1% 0.62% -
HSV(B) 60.31º 0.77% 1% -
XYZ 77.42 92.91 17.99 -
YUV 232.36 30.17 143.44 -
System Red Green Blue C M Y K H S L
Decimal 254 255 59 0.00 0 0.77 0 60.31 1 0.62
Hex FE FF 3B 0 0 4D 0 3C 64 3E
Octal 376 377 73 0 0 115 0 74 144 76
Binary 11111110 11111111 111011 0 0 1001101 0 111100 1100100 111110

Color Harmonies of #FEFF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFF3B

Black with #FEFF3B

Text Example


Text Example

White with #FEFF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFF3B; }

 p { color: rgb(254,255,59); }

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

background-color css

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

 a { background-color: rgb(254,255,59); }

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

border-color css

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

 span { border-color: rgb(254,255,59); }

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