Html Css Color HEX #FBFE4A Paris Daisy

📋 copy color: '#FBFE4A'

red 251 ◦ green 254 ◦ blue 74

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

Shades of Paris Daisy #FBFE4A

Tints of Paris Daisy #FBFE4A

RGB

 RED value IS 251 (98.44% from 255) = 43.35%

 GREEN value IS 254 (99.61% from 255) = 43.87%

 BLUE value IS 74 (29.3% from 255) = 12.78%

R = 43.35%
G = 43.87%
B = 12.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FBFE4A (or 0xFBFE4A) is known color: Paris Daisy. HEX triplet: FB, FE and 4A. RGB value is (251,254,74). Sum of RGB (Red+Green+Blue) = 251+254+74=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 74 (29.30% from 255 or 12.78% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE4A is #0401B5. Grayscale: #E9E9E9. Windows color (decimal): -262582 or 4914939. OLE color: 4914939.

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

Color convert

RGB 251 254 74 -
CMYK 0.01 0 0.71 0.00
HSL 61º 0.99% 0.64% -
HSV(B) 61º 0.71% 1% -
XYZ 76.46 91.89 20.18 -
YUV 232.58 38.51 141.14 -
System Red Green Blue C M Y K H S L
Decimal 251 254 74 0.01 0 0.71 0.00 61 0.99 0.64
Hex FB FE 4A 1 0 47 0 3D 63 40
Octal 373 376 112 1 0 107 0 75 143 100
Binary 11111011 11111110 1001010 1 0 1000111 0 111101 1100011 1000000

Color Harmonies of #FBFE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFE4A

Black with #FBFE4A

Text Example


Text Example

White with #FBFE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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