Html Css Color HEX #FFFA4B Paris Daisy

📋 copy color: '#FFFA4B'

red 255 ◦ green 250 ◦ blue 75

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

Shades of Paris Daisy #FFFA4B

Tints of Paris Daisy #FFFA4B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.1%

 BLUE value IS 75 (29.69% from 255) = 12.93%

R = 43.97%
G = 43.1%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFFA4B (or 0xFFFA4B) is known color: Paris Daisy. HEX triplet: FF, FA and 4B. RGB value is (255,250,75). Sum of RGB (Red+Green+Blue) = 255+250+75=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 75 (29.69% from 255 or 12.93% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA4B is #0005B4. Grayscale: #E8E8E8. Windows color (decimal): -1461 or 4979455. OLE color: 4979455.

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

Color convert

RGB 255 250 75 -
CMYK 0 0.02 0.71 0
HSL 58.33º 1% 0.65% -
HSV(B) 58.33º 0.71% 1% -
XYZ 76.7 90.14 20.01 -
YUV 231.55 39.66 144.73 -
System Red Green Blue C M Y K H S L
Decimal 255 250 75 0 0.02 0.71 0 58.33 1 0.65
Hex FF FA 4B 0 2 47 0 3A 64 41
Octal 377 372 113 0 2 107 0 72 144 101
Binary 11111111 11111010 1001011 0 10 1000111 0 111010 1100100 1000001

Color Harmonies of #FFFA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA4B

Black with #FFFA4B

Text Example


Text Example

White with #FFFA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA4B; }

 p { color: rgb(255,250,75); }

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

background-color css

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

 a { background-color: rgb(255,250,75); }

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

border-color css

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

 span { border-color: rgb(255,250,75); }

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