Html Css Color HEX #FAF641 Paris Daisy

📋 copy color: '#FAF641'

red 250 ◦ green 246 ◦ blue 65

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

Shades of Paris Daisy #FAF641

Tints of Paris Daisy #FAF641

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.85%

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

R = 44.56%
G = 43.85%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAF641 (or 0xFAF641) is known color: Paris Daisy. HEX triplet: FA, F6 and 41. RGB value is (250,246,65). Sum of RGB (Red+Green+Blue) = 250+246+65=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 65 (25.78% from 255 or 11.59% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF641 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF641 is #0509BE. Grayscale: #E3E3E3. Windows color (decimal): -330175 or 4323066. OLE color: 4323066.

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

Color convert

RGB 250 246 65 -
CMYK 0 0.02 0.74 0.02
HSL 58.7º 0.95% 0.62% -
HSV(B) 58.7º 0.74% 0.98% -
XYZ 73.33 86.62 17.85 -
YUV 226.56 36.83 144.72 -
System Red Green Blue C M Y K H S L
Decimal 250 246 65 0 0.02 0.74 0.02 58.7 0.95 0.62
Hex FA F6 41 0 2 4A 2 3B 5F 3E
Octal 372 366 101 0 2 112 2 73 137 76
Binary 11111010 11110110 1000001 0 10 1001010 10 111011 1011111 111110

Color Harmonies of #FAF641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF641

Black with #FAF641

Text Example


Text Example

White with #FAF641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF641; }

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

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

background-color css

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

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

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

border-color css

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

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

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