Html Css Color HEX #FFFB42 Paris Daisy

📋 copy color: '#FFFB42'

red 255 ◦ green 251 ◦ blue 66

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

Shades of Paris Daisy #FFFB42

Tints of Paris Daisy #FFFB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.54%

R = 44.58%
G = 43.88%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFFB42 (or 0xFFFB42) is known color: Paris Daisy. HEX triplet: FF, FB and 42. RGB value is (255,251,66). Sum of RGB (Red+Green+Blue) = 255+251+66=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 66 (26.17% from 255 or 11.54% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFB42 is #0004BD. Grayscale: #E7E7E7. Windows color (decimal): -1214 or 4389887. OLE color: 4389887.

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

Color convert

RGB 255 251 66 -
CMYK 0 0.02 0.74 0
HSL 58.73º 1% 0.63% -
HSV(B) 58.73º 0.74% 1% -
XYZ 76.72 90.65 18.61 -
YUV 231.11 34.83 145.04 -
System Red Green Blue C M Y K H S L
Decimal 255 251 66 0 0.02 0.74 0 58.73 1 0.63
Hex FF FB 42 0 2 4A 0 3B 64 3F
Octal 377 373 102 0 2 112 0 73 144 77
Binary 11111111 11111011 1000010 0 10 1001010 0 111011 1100100 111111

Color Harmonies of #FFFB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFB42

Black with #FFFB42

Text Example


Text Example

White with #FFFB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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