Html Css Color HEX #F5F442 Paris Daisy

📋 copy color: '#F5F442'

red 245 ◦ green 244 ◦ blue 66

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

Shades of Paris Daisy #F5F442

Tints of Paris Daisy #F5F442

RGB

 RED value IS 245 (96.09% from 255) = 44.14%

 GREEN value IS 244 (95.7% from 255) = 43.96%

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

R = 44.14%
G = 43.96%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F5F442 (or 0xF5F442) is known color: Paris Daisy. HEX triplet: F5, F4 and 42. RGB value is (245,244,66). Sum of RGB (Red+Green+Blue) = 245+244+66=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 66 (26.17% from 255 or 11.89% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F442 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F442 is #0A0BBD. Grayscale: #E0E0E0. Windows color (decimal): -658366 or 4388085. OLE color: 4388085.

HSL color Cylindrical-coordinate representation of color #F5F442: hue angle of 59.66º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5F442 is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 244 66 -
CMYK 0 0.00 0.73 0.04
HSL 59.66º 0.9% 0.61% -
HSV(B) 59.66º 0.73% 0.96% -
XYZ 70.99 84.51 17.72 -
YUV 224.01 38.83 142.97 -
System Red Green Blue C M Y K H S L
Decimal 245 244 66 0 0.00 0.73 0.04 59.66 0.9 0.61
Hex F5 F4 42 0 0 49 4 3C 5A 3D
Octal 365 364 102 0 0 111 4 74 132 75
Binary 11110101 11110100 1000010 0 0 1001001 100 111100 1011010 111101

Color Harmonies of #F5F442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F442

Black with #F5F442

Text Example


Text Example

White with #F5F442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F442; }

 p { color: rgb(245,244,66); }

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

background-color css

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

 a { background-color: rgb(245,244,66); }

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

border-color css

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

 span { border-color: rgb(245,244,66); }

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