Html Css Color HEX #FFFB45 Paris Daisy

📋 copy color: '#FFFB45'

red 255 ◦ green 251 ◦ blue 69

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

Shades of Paris Daisy #FFFB45

Tints of Paris Daisy #FFFB45

RGB

 RED value IS 255 (100% from 255) = 44.35%

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

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

R = 44.35%
G = 43.65%
B = 12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFFB45 (or 0xFFFB45) is known color: Paris Daisy. HEX triplet: FF, FB and 45. RGB value is (255,251,69). Sum of RGB (Red+Green+Blue) = 255+251+69=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 69 (27.34% from 255 or 12% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFB45 is #0004BA. Grayscale: #E8E8E8. Windows color (decimal): -1211 or 4586495. OLE color: 4586495.

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

Color convert

RGB 255 251 69 -
CMYK 0 0.02 0.73 0
HSL 58.71º 1% 0.64% -
HSV(B) 58.71º 0.73% 1% -
XYZ 76.81 90.68 19.09 -
YUV 231.45 36.33 144.8 -
System Red Green Blue C M Y K H S L
Decimal 255 251 69 0 0.02 0.73 0 58.71 1 0.64
Hex FF FB 45 0 2 49 0 3B 64 40
Octal 377 373 105 0 2 111 0 73 144 100
Binary 11111111 11111011 1000101 0 10 1001001 0 111011 1100100 1000000

Color Harmonies of #FFFB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFB45

Black with #FFFB45

Text Example


Text Example

White with #FFFB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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