Html Css Color HEX #FAF753 Paris Daisy

📋 copy color: '#FAF753'

red 250 ◦ green 247 ◦ blue 83

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

Shades of Paris Daisy #FAF753

Tints of Paris Daisy #FAF753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 14.31%

R = 43.1%
G = 42.59%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAF753 (or 0xFAF753) is known color: Paris Daisy. HEX triplet: FA, F7 and 53. RGB value is (250,247,83). Sum of RGB (Red+Green+Blue) = 250+247+83=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 83 (32.81% from 255 or 14.31% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF753 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF753 is #0508AC. Grayscale: #E5E5E5. Windows color (decimal): -329901 or 5502970. OLE color: 5502970.

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

Color convert

RGB 250 247 83 -
CMYK 0 0.01 0.67 0.02
HSL 58.92º 0.94% 0.65% -
HSV(B) 58.92º 0.67% 0.98% -
XYZ 74.25 87.47 21.15 -
YUV 229.2 45.49 142.84 -
System Red Green Blue C M Y K H S L
Decimal 250 247 83 0 0.01 0.67 0.02 58.92 0.94 0.65
Hex FA F7 53 0 1 43 2 3B 5E 41
Octal 372 367 123 0 1 103 2 73 136 101
Binary 11111010 11110111 1010011 0 1 1000011 10 111011 1011110 1000001

Color Harmonies of #FAF753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF753

Black with #FAF753

Text Example


Text Example

White with #FAF753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF753; }

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

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

background-color css

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

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

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

border-color css

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

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

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