Html Css Color HEX #FAF740 Paris Daisy

📋 copy color: '#FAF740'

red 250 ◦ green 247 ◦ blue 64

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

Shades of Paris Daisy #FAF740

Tints of Paris Daisy #FAF740

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.03%

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

R = 44.56%
G = 44.03%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAF740 (or 0xFAF740) is known color: Paris Daisy. HEX triplet: FA, F7 and 40. RGB value is (250,247,64). Sum of RGB (Red+Green+Blue) = 250+247+64=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 64 (25.39% from 255 or 11.41% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF740 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF740 is #0508BF. Grayscale: #E3E3E3. Windows color (decimal): -329920 or 4257786. OLE color: 4257786.

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

Color convert

RGB 250 247 64 -
CMYK 0 0.01 0.74 0.02
HSL 59.03º 0.95% 0.62% -
HSV(B) 59.03º 0.74% 0.98% -
XYZ 73.61 87.22 17.81 -
YUV 227.04 35.99 144.38 -
System Red Green Blue C M Y K H S L
Decimal 250 247 64 0 0.01 0.74 0.02 59.03 0.95 0.62
Hex FA F7 40 0 1 4A 2 3B 5F 3E
Octal 372 367 100 0 1 112 2 73 137 76
Binary 11111010 11110111 1000000 0 1 1001010 10 111011 1011111 111110

Color Harmonies of #FAF740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF740

Black with #FAF740

Text Example


Text Example

White with #FAF740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF740; }

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

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

background-color css

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

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

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

border-color css

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

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

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