Html Css Color HEX #FFF042 Paris Daisy

📋 copy color: '#FFF042'

red 255 ◦ green 240 ◦ blue 66

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

Shades of Paris Daisy #FFF042

Tints of Paris Daisy #FFF042

RGB

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

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

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

R = 45.45%
G = 42.78%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFF042 (or 0xFFF042) is known color: Paris Daisy. HEX triplet: FF, F0 and 42. RGB value is (255,240,66). Sum of RGB (Red+Green+Blue) = 255+240+66=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 66 (26.17% from 255 or 11.76% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF042 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF042 is #000FBD. Grayscale: #E1E1E1. Windows color (decimal): -4030 or 4387071. OLE color: 4387071.

HSL color Cylindrical-coordinate representation of color #FFF042: hue angle of 55.24º 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 #FFF042 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 240 66 -
CMYK 0 0.06 0.74 0
HSL 55.24º 1% 0.63% -
HSV(B) 55.24º 0.74% 1% -
XYZ 73.38 83.97 17.5 -
YUV 224.65 38.47 149.65 -
System Red Green Blue C M Y K H S L
Decimal 255 240 66 0 0.06 0.74 0 55.24 1 0.63
Hex FF F0 42 0 6 4A 0 37 64 3F
Octal 377 360 102 0 6 112 0 67 144 77
Binary 11111111 11110000 1000010 0 110 1001010 0 110111 1100100 111111

Color Harmonies of #FFF042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF042

Black with #FFF042

Text Example


Text Example

White with #FFF042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF042; }

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

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

background-color css

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

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

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

border-color css

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

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

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