Html Css Color HEX #FEF64B Paris Daisy

📋 copy color: '#FEF64B'

red 254 ◦ green 246 ◦ blue 75

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

Shades of Paris Daisy #FEF64B

Tints of Paris Daisy #FEF64B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.78%

 BLUE value IS 75 (29.69% from 255) = 13.04%

R = 44.17%
G = 42.78%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEF64B (or 0xFEF64B) is known color: Paris Daisy. HEX triplet: FE, F6 and 4B. RGB value is (254,246,75). Sum of RGB (Red+Green+Blue) = 254+246+75=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 75 (29.69% from 255 or 13.04% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF64B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF64B is #0109B4. Grayscale: #E5E5E5. Windows color (decimal): -68021 or 4978430. OLE color: 4978430.

HSL color Cylindrical-coordinate representation of color #FEF64B: hue angle of 57.32º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEF64B is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 246 75 -
CMYK 0 0.03 0.70 0.00
HSL 57.32º 0.99% 0.65% -
HSV(B) 57.32º 0.7% 1% -
XYZ 75.1 87.49 19.59 -
YUV 228.9 41.15 145.9 -
System Red Green Blue C M Y K H S L
Decimal 254 246 75 0 0.03 0.70 0.00 57.32 0.99 0.65
Hex FE F6 4B 0 3 46 0 39 63 41
Octal 376 366 113 0 3 106 0 71 143 101
Binary 11111110 11110110 1001011 0 11 1000110 0 111001 1100011 1000001

Color Harmonies of #FEF64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF64B

Black with #FEF64B

Text Example


Text Example

White with #FEF64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF64B; }

 p { color: rgb(254,246,75); }

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

background-color css

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

 a { background-color: rgb(254,246,75); }

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

border-color css

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

 span { border-color: rgb(254,246,75); }

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