Html Css Color HEX #FEFB3E Paris Daisy

📋 copy color: '#FEFB3E'

red 254 ◦ green 251 ◦ blue 62

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

Shades of Paris Daisy #FEFB3E

Tints of Paris Daisy #FEFB3E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.27%

 BLUE value IS 62 (24.61% from 255) = 10.93%

R = 44.8%
G = 44.27%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEFB3E (or 0xFEFB3E) is known color: Paris Daisy. HEX triplet: FE, FB and 3E. RGB value is (254,251,62). Sum of RGB (Red+Green+Blue) = 254+251+62=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 62 (24.61% from 255 or 10.93% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFB3E is #0104C1. Grayscale: #E7E7E7. Windows color (decimal): -66754 or 4127742. OLE color: 4127742.

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

Color convert

RGB 254 251 62 -
CMYK 0 0.01 0.76 0.00
HSL 59.06º 0.99% 0.62% -
HSV(B) 59.06º 0.76% 1% -
XYZ 76.24 90.41 17.99 -
YUV 230.35 32.99 144.87 -
System Red Green Blue C M Y K H S L
Decimal 254 251 62 0 0.01 0.76 0.00 59.06 0.99 0.62
Hex FE FB 3E 0 1 4C 0 3B 63 3E
Octal 376 373 76 0 1 114 0 73 143 76
Binary 11111110 11111011 111110 0 1 1001100 0 111011 1100011 111110

Color Harmonies of #FEFB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB3E

Black with #FEFB3E

Text Example


Text Example

White with #FEFB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB3E; }

 p { color: rgb(254,251,62); }

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

background-color css

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

 a { background-color: rgb(254,251,62); }

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

border-color css

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

 span { border-color: rgb(254,251,62); }

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