Html Css Color HEX #FAF74D Paris Daisy

📋 copy color: '#FAF74D'

red 250 ◦ green 247 ◦ blue 77

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

Shades of Paris Daisy #FAF74D

Tints of Paris Daisy #FAF74D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.03%

 BLUE value IS 77 (30.47% from 255) = 13.41%

R = 43.55%
G = 43.03%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FAF74D (or 0xFAF74D) is known color: Paris Daisy. HEX triplet: FA, F7 and 4D. RGB value is (250,247,77). Sum of RGB (Red+Green+Blue) = 250+247+77=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 77 (30.47% from 255 or 13.41% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF74D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF74D is #0508B2. Grayscale: #E5E5E5. Windows color (decimal): -329907 or 5109754. OLE color: 5109754.

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

Color convert

RGB 250 247 77 -
CMYK 0 0.01 0.69 0.02
HSL 58.96º 0.95% 0.64% -
HSV(B) 58.96º 0.69% 0.98% -
XYZ 74.02 87.38 19.99 -
YUV 228.52 42.49 143.32 -
System Red Green Blue C M Y K H S L
Decimal 250 247 77 0 0.01 0.69 0.02 58.96 0.95 0.64
Hex FA F7 4D 0 1 45 2 3B 5F 40
Octal 372 367 115 0 1 105 2 73 137 100
Binary 11111010 11110111 1001101 0 1 1000101 10 111011 1011111 1000000

Color Harmonies of #FAF74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF74D

Black with #FAF74D

Text Example


Text Example

White with #FAF74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF74D; }

 p { color: rgb(250,247,77); }

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

background-color css

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

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

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

border-color css

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

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

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