Html Css Color HEX #FFEF48 Paris Daisy

📋 copy color: '#FFEF48'

red 255 ◦ green 239 ◦ blue 72

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

Shades of Paris Daisy #FFEF48

Tints of Paris Daisy #FFEF48

RGB

 RED value IS 255 (100% from 255) = 45.05%

 GREEN value IS 239 (93.75% from 255) = 42.23%

 BLUE value IS 72 (28.52% from 255) = 12.72%

R = 45.05%
G = 42.23%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FFEF48 (or 0xFFEF48) is known color: Paris Daisy. HEX triplet: FF, EF and 48. RGB value is (255,239,72). Sum of RGB (Red+Green+Blue) = 255+239+72=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 72 (28.52% from 255 or 12.72% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF48 is #0010B7. Grayscale: #E1E1E1. Windows color (decimal): -4280 or 4780031. OLE color: 4780031.

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

Color convert

RGB 255 239 72 -
CMYK 0 0.06 0.72 0
HSL 54.75º 1% 0.64% -
HSV(B) 54.75º 0.72% 1% -
XYZ 73.28 83.46 18.38 -
YUV 224.75 41.8 149.58 -
System Red Green Blue C M Y K H S L
Decimal 255 239 72 0 0.06 0.72 0 54.75 1 0.64
Hex FF EF 48 0 6 48 0 37 64 40
Octal 377 357 110 0 6 110 0 67 144 100
Binary 11111111 11101111 1001000 0 110 1001000 0 110111 1100100 1000000

Color Harmonies of #FFEF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF48

Black with #FFEF48

Text Example


Text Example

White with #FFEF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF48; }

 p { color: rgb(255,239,72); }

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

background-color css

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

 a { background-color: rgb(255,239,72); }

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

border-color css

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

 span { border-color: rgb(255,239,72); }

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