Html Css Color HEX #FAFA4B Paris Daisy

📋 copy color: '#FAFA4B'

red 250 ◦ green 250 ◦ blue 75

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

Shades of Paris Daisy #FAFA4B

Tints of Paris Daisy #FAFA4B

RGB

 RED value IS 250 (98.05% from 255) = 43.48%

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

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

R = 43.48%
G = 43.48%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FAFA4B (or 0xFAFA4B) is known color: Paris Daisy. HEX triplet: FA, FA and 4B. RGB value is (250,250,75). Sum of RGB (Red+Green+Blue) = 250+250+75=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 75 (29.69% from 255 or 13.04% from 575); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA4B is #0505B4. Grayscale: #E6E6E6. Windows color (decimal): -329141 or 4979450. OLE color: 4979450.

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

Color convert

RGB 250 250 75 -
CMYK 0 0 0.7 0.02
HSL 60º 0.95% 0.64% -
HSV(B) 60º 0.7% 0.98% -
XYZ 74.88 89.2 19.93 -
YUV 230.05 40.5 142.23 -
System Red Green Blue C M Y K H S L
Decimal 250 250 75 0 0 0.7 0.02 60 0.95 0.64
Hex FA FA 4B 0 0 46 2 3C 5F 40
Octal 372 372 113 0 0 106 2 74 137 100
Binary 11111010 11111010 1001011 0 0 1000110 10 111100 1011111 1000000

Color Harmonies of #FAFA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA4B

Black with #FAFA4B

Text Example


Text Example

White with #FAFA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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