Html Css Color HEX #FAF141 Paris Daisy

📋 copy color: '#FAF141'

red 250 ◦ green 241 ◦ blue 65

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

Shades of Paris Daisy #FAF141

Tints of Paris Daisy #FAF141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.69%

R = 44.96%
G = 43.35%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAF141 (or 0xFAF141) is known color: Paris Daisy. HEX triplet: FA, F1 and 41. RGB value is (250,241,65). Sum of RGB (Red+Green+Blue) = 250+241+65=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 65 (25.78% from 255 or 11.69% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF141 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF141 is #050EBE. Grayscale: #E0E0E0. Windows color (decimal): -331455 or 4321786. OLE color: 4321786.

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

Color convert

RGB 250 241 65 -
CMYK 0 0.04 0.74 0.02
HSL 57.08º 0.95% 0.62% -
HSV(B) 57.08º 0.74% 0.98% -
XYZ 71.83 83.62 17.35 -
YUV 223.63 38.48 146.81 -
System Red Green Blue C M Y K H S L
Decimal 250 241 65 0 0.04 0.74 0.02 57.08 0.95 0.62
Hex FA F1 41 0 4 4A 2 39 5F 3E
Octal 372 361 101 0 4 112 2 71 137 76
Binary 11111010 11110001 1000001 0 100 1001010 10 111001 1011111 111110

Color Harmonies of #FAF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF141

Black with #FAF141

Text Example


Text Example

White with #FAF141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF141; }

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

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

background-color css

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

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

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

border-color css

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

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

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