Html Css Color HEX #FEF14B Paris Daisy

📋 copy color: '#FEF14B'

red 254 ◦ green 241 ◦ blue 75

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

Shades of Paris Daisy #FEF14B

Tints of Paris Daisy #FEF14B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.28%

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

R = 44.56%
G = 42.28%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEF14B (or 0xFEF14B) is known color: Paris Daisy. HEX triplet: FE, F1 and 4B. RGB value is (254,241,75). Sum of RGB (Red+Green+Blue) = 254+241+75=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 75 (29.69% from 255 or 13.16% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF14B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF14B is #010EB4. Grayscale: #E2E2E2. Windows color (decimal): -69301 or 4977150. OLE color: 4977150.

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

Color convert

RGB 254 241 75 -
CMYK 0 0.05 0.70 0.00
HSL 55.64º 0.99% 0.65% -
HSV(B) 55.64º 0.7% 1% -
XYZ 73.6 84.49 19.09 -
YUV 225.96 42.81 148 -
System Red Green Blue C M Y K H S L
Decimal 254 241 75 0 0.05 0.70 0.00 55.64 0.99 0.65
Hex FE F1 4B 0 5 46 0 38 63 41
Octal 376 361 113 0 5 106 0 70 143 101
Binary 11111110 11110001 1001011 0 101 1000110 0 111000 1100011 1000001

Color Harmonies of #FEF14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF14B

Black with #FEF14B

Text Example


Text Example

White with #FEF14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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