Html Css Color HEX #FAF544 Paris Daisy

📋 copy color: '#FAF544'

red 250 ◦ green 245 ◦ blue 68

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

Shades of Paris Daisy #FAF544

Tints of Paris Daisy #FAF544

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.52%

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

R = 44.4%
G = 43.52%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAF544 (or 0xFAF544) is known color: Paris Daisy. HEX triplet: FA, F5 and 44. RGB value is (250,245,68). Sum of RGB (Red+Green+Blue) = 250+245+68=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 68 (26.95% from 255 or 12.08% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF544 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF544 is #050ABB. Grayscale: #E3E3E3. Windows color (decimal): -330428 or 4519418. OLE color: 4519418.

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

Color convert

RGB 250 245 68 -
CMYK 0 0.02 0.73 0.02
HSL 58.35º 0.95% 0.62% -
HSV(B) 58.35º 0.73% 0.98% -
XYZ 73.12 86.05 18.22 -
YUV 226.32 38.66 144.89 -
System Red Green Blue C M Y K H S L
Decimal 250 245 68 0 0.02 0.73 0.02 58.35 0.95 0.62
Hex FA F5 44 0 2 49 2 3A 5F 3E
Octal 372 365 104 0 2 111 2 72 137 76
Binary 11111010 11110101 1000100 0 10 1001001 10 111010 1011111 111110

Color Harmonies of #FAF544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF544

Black with #FAF544

Text Example


Text Example

White with #FAF544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF544; }

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

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

background-color css

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

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

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

border-color css

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

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

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