Html Css Color HEX #FAFA3E Paris Daisy

📋 copy color: '#FAFA3E'

red 250 ◦ green 250 ◦ blue 62

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

Shades of Paris Daisy #FAFA3E

Tints of Paris Daisy #FAFA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.03%

R = 44.48%
G = 44.48%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAFA3E (or 0xFAFA3E) is known color: Paris Daisy. HEX triplet: FA, FA and 3E. RGB value is (250,250,62). Sum of RGB (Red+Green+Blue) = 250+250+62=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 62 (24.61% from 255 or 11.03% from 562); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA3E is #0505C1. Grayscale: #E5E5E5. Windows color (decimal): -329154 or 4127482. OLE color: 4127482.

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

Color convert

RGB 250 250 62 -
CMYK 0 0 0.75 0.02
HSL 60º 0.95% 0.61% -
HSV(B) 60º 0.75% 0.98% -
XYZ 74.48 89.04 17.82 -
YUV 228.57 34 143.29 -
System Red Green Blue C M Y K H S L
Decimal 250 250 62 0 0 0.75 0.02 60 0.95 0.61
Hex FA FA 3E 0 0 4B 2 3C 5F 3D
Octal 372 372 76 0 0 113 2 74 137 75
Binary 11111010 11111010 111110 0 0 1001011 10 111100 1011111 111101

Color Harmonies of #FAFA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA3E

Black with #FAFA3E

Text Example


Text Example

White with #FAFA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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