Html Css Color HEX #FAF145 Paris Daisy

📋 copy color: '#FAF145'

red 250 ◦ green 241 ◦ blue 69

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

Shades of Paris Daisy #FAF145

Tints of Paris Daisy #FAF145

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.04%

 BLUE value IS 69 (27.34% from 255) = 12.32%

R = 44.64%
G = 43.04%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAF145 (or 0xFAF145) is known color: Paris Daisy. HEX triplet: FA, F1 and 45. RGB value is (250,241,69). Sum of RGB (Red+Green+Blue) = 250+241+69=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 69 (27.34% from 255 or 12.32% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF145 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF145 is #050EBA. Grayscale: #E0E0E0. Windows color (decimal): -331451 or 4583930. OLE color: 4583930.

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

Color convert

RGB 250 241 69 -
CMYK 0 0.04 0.72 0.02
HSL 57.02º 0.95% 0.63% -
HSV(B) 57.02º 0.72% 0.98% -
XYZ 71.95 83.66 17.99 -
YUV 224.08 40.48 146.49 -
System Red Green Blue C M Y K H S L
Decimal 250 241 69 0 0.04 0.72 0.02 57.02 0.95 0.63
Hex FA F1 45 0 4 48 2 39 5F 3F
Octal 372 361 105 0 4 110 2 71 137 77
Binary 11111010 11110001 1000101 0 100 1001000 10 111001 1011111 111111

Color Harmonies of #FAF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF145

Black with #FAF145

Text Example


Text Example

White with #FAF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF145; }

 p { color: rgb(250,241,69); }

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

background-color css

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

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

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

border-color css

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

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

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