Html Css Color HEX #FAF353 Paris Daisy

📋 copy color: '#FAF353'

red 250 ◦ green 243 ◦ blue 83

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

Shades of Paris Daisy #FAF353

Tints of Paris Daisy #FAF353

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.19%

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

R = 43.4%
G = 42.19%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAF353 (or 0xFAF353) is known color: Paris Daisy. HEX triplet: FA, F3 and 53. RGB value is (250,243,83). Sum of RGB (Red+Green+Blue) = 250+243+83=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 83 (32.81% from 255 or 14.41% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF353 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF353 is #050CAC. Grayscale: #E3E3E3. Windows color (decimal): -330925 or 5501946. OLE color: 5501946.

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

Color convert

RGB 250 243 83 -
CMYK 0 0.03 0.67 0.02
HSL 57.49º 0.94% 0.65% -
HSV(B) 57.49º 0.67% 0.98% -
XYZ 73.04 85.05 20.75 -
YUV 226.85 46.82 144.51 -
System Red Green Blue C M Y K H S L
Decimal 250 243 83 0 0.03 0.67 0.02 57.49 0.94 0.65
Hex FA F3 53 0 3 43 2 39 5E 41
Octal 372 363 123 0 3 103 2 71 136 101
Binary 11111010 11110011 1010011 0 11 1000011 10 111001 1011110 1000001

Color Harmonies of #FAF353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF353

Black with #FAF353

Text Example


Text Example

White with #FAF353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF353; }

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

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

background-color css

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

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

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

border-color css

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

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

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