Html Css Color HEX #FAF242 Paris Daisy

📋 copy color: '#FAF242'

red 250 ◦ green 242 ◦ blue 66

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

Shades of Paris Daisy #FAF242

Tints of Paris Daisy #FAF242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.83%

R = 44.8%
G = 43.37%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAF242 (or 0xFAF242) is known color: Paris Daisy. HEX triplet: FA, F2 and 42. RGB value is (250,242,66). Sum of RGB (Red+Green+Blue) = 250+242+66=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 66 (26.17% from 255 or 11.83% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF242 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF242 is #050DBD. Grayscale: #E1E1E1. Windows color (decimal): -331198 or 4387578. OLE color: 4387578.

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

Color convert

RGB 250 242 66 -
CMYK 0 0.03 0.74 0.02
HSL 57.39º 0.95% 0.62% -
HSV(B) 57.39º 0.74% 0.98% -
XYZ 72.16 84.22 17.61 -
YUV 224.33 38.65 146.31 -
System Red Green Blue C M Y K H S L
Decimal 250 242 66 0 0.03 0.74 0.02 57.39 0.95 0.62
Hex FA F2 42 0 3 4A 2 39 5F 3E
Octal 372 362 102 0 3 112 2 71 137 76
Binary 11111010 11110010 1000010 0 11 1001010 10 111001 1011111 111110

Color Harmonies of #FAF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF242

Black with #FAF242

Text Example


Text Example

White with #FAF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF242; }

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

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

background-color css

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

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

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

border-color css

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

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

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