Html Css Color HEX #FAF254 Paris Daisy

📋 copy color: '#FAF254'

red 250 ◦ green 242 ◦ blue 84

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

Shades of Paris Daisy #FAF254

Tints of Paris Daisy #FAF254

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.01%

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

R = 43.4%
G = 42.01%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAF254 (or 0xFAF254) is known color: Paris Daisy. HEX triplet: FA, F2 and 54. RGB value is (250,242,84). Sum of RGB (Red+Green+Blue) = 250+242+84=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 84 (33.20% from 255 or 14.58% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF254 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF254 is #050DAB. Grayscale: #E3E3E3. Windows color (decimal): -331180 or 5567226. OLE color: 5567226.

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

Color convert

RGB 250 242 84 -
CMYK 0 0.03 0.66 0.02
HSL 57.11º 0.94% 0.65% -
HSV(B) 57.11º 0.66% 0.98% -
XYZ 72.78 84.47 20.86 -
YUV 226.38 47.65 144.85 -
System Red Green Blue C M Y K H S L
Decimal 250 242 84 0 0.03 0.66 0.02 57.11 0.94 0.65
Hex FA F2 54 0 3 42 2 39 5E 41
Octal 372 362 124 0 3 102 2 71 136 101
Binary 11111010 11110010 1010100 0 11 1000010 10 111001 1011110 1000001

Color Harmonies of #FAF254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF254

Black with #FAF254

Text Example


Text Example

White with #FAF254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF254; }

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

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

background-color css

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

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

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

border-color css

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

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

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