Html Css Color HEX #FEF645 Paris Daisy

📋 copy color: '#FEF645'

red 254 ◦ green 246 ◦ blue 69

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

Shades of Paris Daisy #FEF645

Tints of Paris Daisy #FEF645

RGB

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

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

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

R = 44.64%
G = 43.23%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEF645 (or 0xFEF645) is known color: Paris Daisy. HEX triplet: FE, F6 and 45. RGB value is (254,246,69). Sum of RGB (Red+Green+Blue) = 254+246+69=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 69 (27.34% from 255 or 12.13% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF645 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF645 is #0109BA. Grayscale: #E4E4E4. Windows color (decimal): -68027 or 4585214. OLE color: 4585214.

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

Color convert

RGB 254 246 69 -
CMYK 0 0.03 0.73 0.00
HSL 57.41º 0.99% 0.63% -
HSV(B) 57.41º 0.73% 1% -
XYZ 74.9 87.41 18.55 -
YUV 228.21 38.15 146.39 -
System Red Green Blue C M Y K H S L
Decimal 254 246 69 0 0.03 0.73 0.00 57.41 0.99 0.63
Hex FE F6 45 0 3 49 0 39 63 3F
Octal 376 366 105 0 3 111 0 71 143 77
Binary 11111110 11110110 1000101 0 11 1001001 0 111001 1100011 111111

Color Harmonies of #FEF645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF645

Black with #FEF645

Text Example


Text Example

White with #FEF645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF645; }

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

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

background-color css

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

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

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

border-color css

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

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

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