Html Css Color HEX #FAF054 Paris Daisy

📋 copy color: '#FAF054'

red 250 ◦ green 240 ◦ blue 84

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

Shades of Paris Daisy #FAF054

Tints of Paris Daisy #FAF054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 14.63%

R = 43.55%
G = 41.81%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAF054 (or 0xFAF054) is known color: Paris Daisy. HEX triplet: FA, F0 and 54. RGB value is (250,240,84). Sum of RGB (Red+Green+Blue) = 250+240+84=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 84 (33.20% from 255 or 14.63% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF054 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF054 is #050FAB. Grayscale: #E1E1E1. Windows color (decimal): -331692 or 5566714. OLE color: 5566714.

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

Color convert

RGB 250 240 84 -
CMYK 0 0.04 0.66 0.02
HSL 56.39º 0.94% 0.65% -
HSV(B) 56.39º 0.66% 0.98% -
XYZ 72.18 83.28 20.66 -
YUV 225.21 48.31 145.68 -
System Red Green Blue C M Y K H S L
Decimal 250 240 84 0 0.04 0.66 0.02 56.39 0.94 0.65
Hex FA F0 54 0 4 42 2 38 5E 41
Octal 372 360 124 0 4 102 2 70 136 101
Binary 11111010 11110000 1010100 0 100 1000010 10 111000 1011110 1000001

Color Harmonies of #FAF054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF054

Black with #FAF054

Text Example


Text Example

White with #FAF054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF054; }

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

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

background-color css

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

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

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

border-color css

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

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

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