Html Css Color HEX #FAF640 Paris Daisy

📋 copy color: '#FAF640'

red 250 ◦ green 246 ◦ blue 64

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

Shades of Paris Daisy #FAF640

Tints of Paris Daisy #FAF640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.43%

R = 44.64%
G = 43.93%
B = 11.43%

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

#FAF640 (or 0xFAF640) is known color: Paris Daisy. HEX triplet: FA, F6 and 40. RGB value is (250,246,64). Sum of RGB (Red+Green+Blue) = 250+246+64=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 64 (25.39% from 255 or 11.43% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF640 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF640 is #0509BF. Grayscale: #E3E3E3. Windows color (decimal): -330176 or 4257530. OLE color: 4257530.

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

Color convert

RGB 250 246 64 -
CMYK 0 0.02 0.74 0.02
HSL 58.71º 0.95% 0.62% -
HSV(B) 58.71º 0.74% 0.98% -
XYZ 73.31 86.61 17.7 -
YUV 226.45 36.33 144.8 -
System Red Green Blue C M Y K H S L
Decimal 250 246 64 0 0.02 0.74 0.02 58.71 0.95 0.62
Hex FA F6 40 0 2 4A 2 3B 5F 3E
Octal 372 366 100 0 2 112 2 73 137 76
Binary 11111010 11110110 1000000 0 10 1001010 10 111011 1011111 111110

Color Harmonies of #FAF640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF640

Black with #FAF640

Text Example


Text Example

White with #FAF640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF640; }

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

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

background-color css

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

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

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

border-color css

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

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

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