Html Css Color HEX #FAF744 Paris Daisy

📋 copy color: '#FAF744'

red 250 ◦ green 247 ◦ blue 68

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

Shades of Paris Daisy #FAF744

Tints of Paris Daisy #FAF744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.04%

R = 44.25%
G = 43.72%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAF744 (or 0xFAF744) is known color: Paris Daisy. HEX triplet: FA, F7 and 44. RGB value is (250,247,68). Sum of RGB (Red+Green+Blue) = 250+247+68=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 68 (26.95% from 255 or 12.04% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF744 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF744 is #0508BB. Grayscale: #E4E4E4. Windows color (decimal): -329916 or 4519930. OLE color: 4519930.

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

Color convert

RGB 250 247 68 -
CMYK 0 0.01 0.73 0.02
HSL 59.01º 0.95% 0.62% -
HSV(B) 59.01º 0.73% 0.98% -
XYZ 73.73 87.26 18.43 -
YUV 227.49 37.99 144.05 -
System Red Green Blue C M Y K H S L
Decimal 250 247 68 0 0.01 0.73 0.02 59.01 0.95 0.62
Hex FA F7 44 0 1 49 2 3B 5F 3E
Octal 372 367 104 0 1 111 2 73 137 76
Binary 11111010 11110111 1000100 0 1 1001001 10 111011 1011111 111110

Color Harmonies of #FAF744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF744

Black with #FAF744

Text Example


Text Example

White with #FAF744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF744; }

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

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

background-color css

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

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

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

border-color css

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

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

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