Html Css Color HEX #FAF63F Paris Daisy

📋 copy color: '#FAF63F'

red 250 ◦ green 246 ◦ blue 63

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

Shades of Paris Daisy #FAF63F

Tints of Paris Daisy #FAF63F

RGB

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

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

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

R = 44.72%
G = 44.01%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAF63F (or 0xFAF63F) is known color: Paris Daisy. HEX triplet: FA, F6 and 3F. RGB value is (250,246,63). Sum of RGB (Red+Green+Blue) = 250+246+63=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 63 (25% from 255 or 11.27% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF63F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF63F is #0509C0. Grayscale: #E3E3E3. Windows color (decimal): -330177 or 4191994. OLE color: 4191994.

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

Color convert

RGB 250 246 63 -
CMYK 0 0.02 0.75 0.02
HSL 58.72º 0.95% 0.61% -
HSV(B) 58.72º 0.75% 0.98% -
XYZ 73.28 86.59 17.55 -
YUV 226.33 35.83 144.88 -
System Red Green Blue C M Y K H S L
Decimal 250 246 63 0 0.02 0.75 0.02 58.72 0.95 0.61
Hex FA F6 3F 0 2 4B 2 3B 5F 3D
Octal 372 366 77 0 2 113 2 73 137 75
Binary 11111010 11110110 111111 0 10 1001011 10 111011 1011111 111101

Color Harmonies of #FAF63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF63F

Black with #FAF63F

Text Example


Text Example

White with #FAF63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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