Html Css Color HEX #FAF144 Paris Daisy

📋 copy color: '#FAF144'

red 250 ◦ green 241 ◦ blue 68

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

Shades of Paris Daisy #FAF144

Tints of Paris Daisy #FAF144

RGB

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

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

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

R = 44.72%
G = 43.11%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAF144 (or 0xFAF144) is known color: Paris Daisy. HEX triplet: FA, F1 and 44. RGB value is (250,241,68). Sum of RGB (Red+Green+Blue) = 250+241+68=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 68 (26.95% from 255 or 12.16% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF144 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF144 is #050EBB. Grayscale: #E0E0E0. Windows color (decimal): -331452 or 4518394. OLE color: 4518394.

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

Color convert

RGB 250 241 68 -
CMYK 0 0.04 0.73 0.02
HSL 57.03º 0.95% 0.62% -
HSV(B) 57.03º 0.73% 0.98% -
XYZ 71.92 83.65 17.82 -
YUV 223.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 250 241 68 0 0.04 0.73 0.02 57.03 0.95 0.62
Hex FA F1 44 0 4 49 2 39 5F 3E
Octal 372 361 104 0 4 111 2 71 137 76
Binary 11111010 11110001 1000100 0 100 1001001 10 111001 1011111 111110

Color Harmonies of #FAF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF144

Black with #FAF144

Text Example


Text Example

White with #FAF144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF144; }

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

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

background-color css

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

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

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

border-color css

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

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

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