Html Css Color HEX #FEEB45 Paris Daisy

📋 copy color: '#FEEB45'

red 254 ◦ green 235 ◦ blue 69

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

Shades of Paris Daisy #FEEB45

Tints of Paris Daisy #FEEB45

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.11%

 BLUE value IS 69 (27.34% from 255) = 12.37%

R = 45.52%
G = 42.11%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEEB45 (or 0xFEEB45) is known color: Paris Daisy. HEX triplet: FE, EB and 45. RGB value is (254,235,69). Sum of RGB (Red+Green+Blue) = 254+235+69=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 69 (27.34% from 255 or 12.37% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEB45 is #0114BA. Grayscale: #DEDEDE. Windows color (decimal): -70843 or 4582398. OLE color: 4582398.

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

Color convert

RGB 254 235 69 -
CMYK 0 0.07 0.73 0.00
HSL 53.84º 0.99% 0.63% -
HSV(B) 53.84º 0.73% 1% -
XYZ 71.66 80.92 17.47 -
YUV 221.76 41.79 151 -
System Red Green Blue C M Y K H S L
Decimal 254 235 69 0 0.07 0.73 0.00 53.84 0.99 0.63
Hex FE EB 45 0 7 49 0 36 63 3F
Octal 376 353 105 0 7 111 0 66 143 77
Binary 11111110 11101011 1000101 0 111 1001001 0 110110 1100011 111111

Color Harmonies of #FEEB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEB45

Black with #FEEB45

Text Example


Text Example

White with #FEEB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEB45; }

 p { color: rgb(254,235,69); }

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

background-color css

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

 a { background-color: rgb(254,235,69); }

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

border-color css

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

 span { border-color: rgb(254,235,69); }

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