Html Css Color HEX #FAF453 Paris Daisy

📋 copy color: '#FAF453'

red 250 ◦ green 244 ◦ blue 83

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

Shades of Paris Daisy #FAF453

Tints of Paris Daisy #FAF453

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.29%

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

R = 43.33%
G = 42.29%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAF453 (or 0xFAF453) is known color: Paris Daisy. HEX triplet: FA, F4 and 53. RGB value is (250,244,83). Sum of RGB (Red+Green+Blue) = 250+244+83=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 83 (32.81% from 255 or 14.38% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF453 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF453 is #050BAC. Grayscale: #E4E4E4. Windows color (decimal): -330669 or 5502202. OLE color: 5502202.

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

Color convert

RGB 250 244 83 -
CMYK 0 0.02 0.67 0.02
HSL 57.84º 0.94% 0.65% -
HSV(B) 57.84º 0.67% 0.98% -
XYZ 73.34 85.65 20.85 -
YUV 227.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 250 244 83 0 0.02 0.67 0.02 57.84 0.94 0.65
Hex FA F4 53 0 2 43 2 3A 5E 41
Octal 372 364 123 0 2 103 2 72 136 101
Binary 11111010 11110100 1010011 0 10 1000011 10 111010 1011110 1000001

Color Harmonies of #FAF453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF453

Black with #FAF453

Text Example


Text Example

White with #FAF453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF453; }

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

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

background-color css

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

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

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

border-color css

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

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

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