Html Css Color HEX #FFF055 Paris Daisy

📋 copy color: '#FFF055'

red 255 ◦ green 240 ◦ blue 85

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

Shades of Paris Daisy #FFF055

Tints of Paris Daisy #FFF055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 14.66%

R = 43.97%
G = 41.38%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FFF055 (or 0xFFF055) is known color: Paris Daisy. HEX triplet: FF, F0 and 55. RGB value is (255,240,85). Sum of RGB (Red+Green+Blue) = 255+240+85=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 85 (33.59% from 255 or 14.66% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF055 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF055 is #000FAA. Grayscale: #E3E3E3. Windows color (decimal): -4011 or 5632255. OLE color: 5632255.

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

Color convert

RGB 255 240 85 -
CMYK 0 0.06 0.67 0
HSL 54.71º 1% 0.67% -
HSV(B) 54.71º 0.67% 1% -
XYZ 74.04 84.24 20.95 -
YUV 226.82 47.97 148.1 -
System Red Green Blue C M Y K H S L
Decimal 255 240 85 0 0.06 0.67 0 54.71 1 0.67
Hex FF F0 55 0 6 43 0 37 64 43
Octal 377 360 125 0 6 103 0 67 144 103
Binary 11111111 11110000 1010101 0 110 1000011 0 110111 1100100 1000011

Color Harmonies of #FFF055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF055

Black with #FFF055

Text Example


Text Example

White with #FFF055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF055; }

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

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

background-color css

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

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

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

border-color css

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

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

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