Html Css Color HEX #FEF34B Paris Daisy

📋 copy color: '#FEF34B'

red 254 ◦ green 243 ◦ blue 75

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

Shades of Paris Daisy #FEF34B

Tints of Paris Daisy #FEF34B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.48%

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

R = 44.41%
G = 42.48%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEF34B (or 0xFEF34B) is known color: Paris Daisy. HEX triplet: FE, F3 and 4B. RGB value is (254,243,75). Sum of RGB (Red+Green+Blue) = 254+243+75=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 75 (29.69% from 255 or 13.11% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF34B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF34B is #010CB4. Grayscale: #E3E3E3. Windows color (decimal): -68789 or 4977662. OLE color: 4977662.

HSL color Cylindrical-coordinate representation of color #FEF34B: hue angle of 56.31º 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 #FEF34B is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 243 75 -
CMYK 0 0.04 0.70 0.00
HSL 56.31º 0.99% 0.65% -
HSV(B) 56.31º 0.7% 1% -
XYZ 74.19 85.68 19.28 -
YUV 227.14 42.14 147.16 -
System Red Green Blue C M Y K H S L
Decimal 254 243 75 0 0.04 0.70 0.00 56.31 0.99 0.65
Hex FE F3 4B 0 4 46 0 38 63 41
Octal 376 363 113 0 4 106 0 70 143 101
Binary 11111110 11110011 1001011 0 100 1000110 0 111000 1100011 1000001

Color Harmonies of #FEF34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF34B

Black with #FEF34B

Text Example


Text Example

White with #FEF34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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