Html Css Color HEX #FAF73F Paris Daisy

📋 copy color: '#FAF73F'

red 250 ◦ green 247 ◦ blue 63

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

Shades of Paris Daisy #FAF73F

Tints of Paris Daisy #FAF73F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.25%

R = 44.64%
G = 44.11%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAF73F (or 0xFAF73F) is known color: Paris Daisy. HEX triplet: FA, F7 and 3F. RGB value is (250,247,63). Sum of RGB (Red+Green+Blue) = 250+247+63=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 63 (25% from 255 or 11.25% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF73F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF73F is #0508C0. Grayscale: #E3E3E3. Windows color (decimal): -329921 or 4192250. OLE color: 4192250.

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

Color convert

RGB 250 247 63 -
CMYK 0 0.01 0.75 0.02
HSL 59.04º 0.95% 0.61% -
HSV(B) 59.04º 0.75% 0.98% -
XYZ 73.58 87.2 17.66 -
YUV 226.92 35.49 144.46 -
System Red Green Blue C M Y K H S L
Decimal 250 247 63 0 0.01 0.75 0.02 59.04 0.95 0.61
Hex FA F7 3F 0 1 4B 2 3B 5F 3D
Octal 372 367 77 0 1 113 2 73 137 75
Binary 11111010 11110111 111111 0 1 1001011 10 111011 1011111 111101

Color Harmonies of #FAF73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF73F

Black with #FAF73F

Text Example


Text Example

White with #FAF73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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