Html Css Color HEX #FBFE45 Paris Daisy

📋 copy color: '#FBFE45'

red 251 ◦ green 254 ◦ blue 69

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

Shades of Paris Daisy #FBFE45

Tints of Paris Daisy #FBFE45

RGB

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

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

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

R = 43.73%
G = 44.25%
B = 12.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FBFE45 (or 0xFBFE45) is known color: Paris Daisy. HEX triplet: FB, FE and 45. RGB value is (251,254,69). Sum of RGB (Red+Green+Blue) = 251+254+69=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 69 (27.34% from 255 or 12.02% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE45 is #0401BA. Grayscale: #E8E8E8. Windows color (decimal): -262587 or 4587259. OLE color: 4587259.

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

Color convert

RGB 251 254 69 -
CMYK 0.01 0 0.73 0.00
HSL 60.97º 0.99% 0.63% -
HSV(B) 60.97º 0.73% 1% -
XYZ 76.3 91.82 19.33 -
YUV 232.01 36.01 141.54 -
System Red Green Blue C M Y K H S L
Decimal 251 254 69 0.01 0 0.73 0.00 60.97 0.99 0.63
Hex FB FE 45 1 0 49 0 3D 63 3F
Octal 373 376 105 1 0 111 0 75 143 77
Binary 11111011 11111110 1000101 1 0 1001001 0 111101 1100011 111111

Color Harmonies of #FBFE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFE45

Black with #FBFE45

Text Example


Text Example

White with #FBFE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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