Html Css Color HEX #FAF94A Paris Daisy

📋 copy color: '#FAF94A'

red 250 ◦ green 249 ◦ blue 74

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

Shades of Paris Daisy #FAF94A

Tints of Paris Daisy #FAF94A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.46%

 BLUE value IS 74 (29.3% from 255) = 12.91%

R = 43.63%
G = 43.46%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAF94A (or 0xFAF94A) is known color: Paris Daisy. HEX triplet: FA, F9 and 4A. RGB value is (250,249,74). Sum of RGB (Red+Green+Blue) = 250+249+74=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 74 (29.30% from 255 or 12.91% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF94A is #0506B5. Grayscale: #E6E6E6. Windows color (decimal): -329398 or 4913658. OLE color: 4913658.

HSL color Cylindrical-coordinate representation of color #FAF94A: hue angle of 59.66º 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 #FAF94A is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 249 74 -
CMYK 0 0.00 0.70 0.02
HSL 59.66º 0.95% 0.64% -
HSV(B) 59.66º 0.7% 0.98% -
XYZ 74.54 88.57 19.65 -
YUV 229.35 40.33 142.73 -
System Red Green Blue C M Y K H S L
Decimal 250 249 74 0 0.00 0.70 0.02 59.66 0.95 0.64
Hex FA F9 4A 0 0 46 2 3C 5F 40
Octal 372 371 112 0 0 106 2 74 137 100
Binary 11111010 11111001 1001010 0 0 1000110 10 111100 1011111 1000000

Color Harmonies of #FAF94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF94A

Black with #FAF94A

Text Example


Text Example

White with #FAF94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF94A; }

 p { color: rgb(250,249,74); }

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

background-color css

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

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

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

border-color css

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

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

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