Html Css Color HEX #FFF045 Paris Daisy

📋 copy color: '#FFF045'

red 255 ◦ green 240 ◦ blue 69

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

Shades of Paris Daisy #FFF045

Tints of Paris Daisy #FFF045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.23%

R = 45.21%
G = 42.55%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFF045 (or 0xFFF045) is known color: Paris Daisy. HEX triplet: FF, F0 and 45. RGB value is (255,240,69). Sum of RGB (Red+Green+Blue) = 255+240+69=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 69 (27.34% from 255 or 12.23% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF045 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF045 is #000FBA. Grayscale: #E1E1E1. Windows color (decimal): -4027 or 4583679. OLE color: 4583679.

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

Color convert

RGB 255 240 69 -
CMYK 0 0.06 0.73 0
HSL 55.16º 1% 0.64% -
HSV(B) 55.16º 0.73% 1% -
XYZ 73.47 84.01 17.97 -
YUV 224.99 39.97 149.4 -
System Red Green Blue C M Y K H S L
Decimal 255 240 69 0 0.06 0.73 0 55.16 1 0.64
Hex FF F0 45 0 6 49 0 37 64 40
Octal 377 360 105 0 6 111 0 67 144 100
Binary 11111111 11110000 1000101 0 110 1001001 0 110111 1100100 1000000

Color Harmonies of #FFF045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF045

Black with #FFF045

Text Example


Text Example

White with #FFF045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF045; }

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

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

background-color css

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

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

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

border-color css

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

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

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