Html Css Color HEX #FAF053 Paris Daisy

📋 copy color: '#FAF053'

red 250 ◦ green 240 ◦ blue 83

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

Shades of Paris Daisy #FAF053

Tints of Paris Daisy #FAF053

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.88%

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

R = 43.63%
G = 41.88%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAF053 (or 0xFAF053) is known color: Paris Daisy. HEX triplet: FA, F0 and 53. RGB value is (250,240,83). Sum of RGB (Red+Green+Blue) = 250+240+83=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 83 (32.81% from 255 or 14.49% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF053 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF053 is #050FAC. Grayscale: #E1E1E1. Windows color (decimal): -331693 or 5501178. OLE color: 5501178.

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

Color convert

RGB 250 240 83 -
CMYK 0 0.04 0.67 0.02
HSL 56.41º 0.94% 0.65% -
HSV(B) 56.41º 0.67% 0.98% -
XYZ 72.15 83.27 20.45 -
YUV 225.09 47.81 145.77 -
System Red Green Blue C M Y K H S L
Decimal 250 240 83 0 0.04 0.67 0.02 56.41 0.94 0.65
Hex FA F0 53 0 4 43 2 38 5E 41
Octal 372 360 123 0 4 103 2 70 136 101
Binary 11111010 11110000 1010011 0 100 1000011 10 111000 1011110 1000001

Color Harmonies of #FAF053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF053

Black with #FAF053

Text Example


Text Example

White with #FAF053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF053; }

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

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

background-color css

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

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

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

border-color css

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

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

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