Html Css Color HEX #FFF242 Paris Daisy

📋 copy color: '#FFF242'

red 255 ◦ green 242 ◦ blue 66

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

Shades of Paris Daisy #FFF242

Tints of Paris Daisy #FFF242

RGB

 RED value IS 255 (100% from 255) = 45.29%

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

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

R = 45.29%
G = 42.98%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFF242 (or 0xFFF242) is known color: Paris Daisy. HEX triplet: FF, F2 and 42. RGB value is (255,242,66). Sum of RGB (Red+Green+Blue) = 255+242+66=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 66 (26.17% from 255 or 11.72% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF242 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF242 is #000DBD. Grayscale: #E2E2E2. Windows color (decimal): -3518 or 4387583. OLE color: 4387583.

HSL color Cylindrical-coordinate representation of color #FFF242: hue angle of 55.87º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFF242 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 242 66 -
CMYK 0 0.05 0.74 0
HSL 55.87º 1% 0.63% -
HSV(B) 55.87º 0.74% 1% -
XYZ 73.98 85.16 17.69 -
YUV 225.82 37.81 148.81 -
System Red Green Blue C M Y K H S L
Decimal 255 242 66 0 0.05 0.74 0 55.87 1 0.63
Hex FF F2 42 0 5 4A 0 38 64 3F
Octal 377 362 102 0 5 112 0 70 144 77
Binary 11111111 11110010 1000010 0 101 1001010 0 111000 1100100 111111

Color Harmonies of #FFF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF242

Black with #FFF242

Text Example


Text Example

White with #FFF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF242; }

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

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

background-color css

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

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

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

border-color css

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

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

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