Html Css Color HEX #FAF24F Paris Daisy

📋 copy color: '#FAF24F'

red 250 ◦ green 242 ◦ blue 79

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

Shades of Paris Daisy #FAF24F

Tints of Paris Daisy #FAF24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 13.84%

R = 43.78%
G = 42.38%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAF24F (or 0xFAF24F) is known color: Paris Daisy. HEX triplet: FA, F2 and 4F. RGB value is (250,242,79). Sum of RGB (Red+Green+Blue) = 250+242+79=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 79 (31.25% from 255 or 13.84% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF24F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF24F is #050DB0. Grayscale: #E2E2E2. Windows color (decimal): -331185 or 5239546. OLE color: 5239546.

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

Color convert

RGB 250 242 79 -
CMYK 0 0.03 0.68 0.02
HSL 57.19º 0.94% 0.65% -
HSV(B) 57.19º 0.68% 0.98% -
XYZ 72.59 84.39 19.86 -
YUV 225.81 45.15 145.25 -
System Red Green Blue C M Y K H S L
Decimal 250 242 79 0 0.03 0.68 0.02 57.19 0.94 0.65
Hex FA F2 4F 0 3 44 2 39 5E 41
Octal 372 362 117 0 3 104 2 71 136 101
Binary 11111010 11110010 1001111 0 11 1000100 10 111001 1011110 1000001

Color Harmonies of #FAF24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF24F

Black with #FAF24F

Text Example


Text Example

White with #FAF24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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