Html Css Color HEX #FAFA43 Paris Daisy

📋 copy color: '#FAFA43'

red 250 ◦ green 250 ◦ blue 67

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

Shades of Paris Daisy #FAFA43

Tints of Paris Daisy #FAFA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 11.82%

R = 44.09%
G = 44.09%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAFA43 (or 0xFAFA43) is known color: Paris Daisy. HEX triplet: FA, FA and 43. RGB value is (250,250,67). Sum of RGB (Red+Green+Blue) = 250+250+67=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 67 (26.56% from 255 or 11.82% from 567); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA43 is #0505BC. Grayscale: #E5E5E5. Windows color (decimal): -329149 or 4455162. OLE color: 4455162.

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

Color convert

RGB 250 250 67 -
CMYK 0 0 0.73 0.02
HSL 60º 0.95% 0.62% -
HSV(B) 60º 0.73% 0.98% -
XYZ 74.62 89.1 18.58 -
YUV 229.14 36.5 142.88 -
System Red Green Blue C M Y K H S L
Decimal 250 250 67 0 0 0.73 0.02 60 0.95 0.62
Hex FA FA 43 0 0 49 2 3C 5F 3E
Octal 372 372 103 0 0 111 2 74 137 76
Binary 11111010 11111010 1000011 0 0 1001001 10 111100 1011111 111110

Color Harmonies of #FAFA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA43

Black with #FAFA43

Text Example


Text Example

White with #FAFA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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