Html Css Color HEX #FAF93D Paris Daisy

📋 copy color: '#FAF93D'

red 250 ◦ green 249 ◦ blue 61

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

Shades of Paris Daisy #FAF93D

Tints of Paris Daisy #FAF93D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.46%

 BLUE value IS 61 (24.22% from 255) = 10.89%

R = 44.64%
G = 44.46%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAF93D (or 0xFAF93D) is known color: Paris Daisy. HEX triplet: FA, F9 and 3D. RGB value is (250,249,61). Sum of RGB (Red+Green+Blue) = 250+249+61=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 61 (24.22% from 255 or 10.89% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF93D is #0506C2. Grayscale: #E4E4E4. Windows color (decimal): -329411 or 4061690. OLE color: 4061690.

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

Color convert

RGB 250 249 61 -
CMYK 0 0.00 0.76 0.02
HSL 59.68º 0.95% 0.61% -
HSV(B) 59.68º 0.76% 0.98% -
XYZ 74.14 88.41 17.57 -
YUV 227.87 33.83 143.79 -
System Red Green Blue C M Y K H S L
Decimal 250 249 61 0 0.00 0.76 0.02 59.68 0.95 0.61
Hex FA F9 3D 0 0 4C 2 3C 5F 3D
Octal 372 371 75 0 0 114 2 74 137 75
Binary 11111010 11111001 111101 0 0 1001100 10 111100 1011111 111101

Color Harmonies of #FAF93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF93D

Black with #FAF93D

Text Example


Text Example

White with #FAF93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF93D; }

 p { color: rgb(250,249,61); }

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

background-color css

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

 a { background-color: rgb(250,249,61); }

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

border-color css

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

 span { border-color: rgb(250,249,61); }

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