Html Css Color HEX #FFF450 Paris Daisy

📋 copy color: '#FFF450'

red 255 ◦ green 244 ◦ blue 80

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

Shades of Paris Daisy #FFF450

Tints of Paris Daisy #FFF450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 13.82%

R = 44.04%
G = 42.14%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFF450 (or 0xFFF450) is known color: Paris Daisy. HEX triplet: FF, F4 and 50. RGB value is (255,244,80). Sum of RGB (Red+Green+Blue) = 255+244+80=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 80 (31.64% from 255 or 13.82% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF450 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF450 is #000BAF. Grayscale: #E5E5E5. Windows color (decimal): -2992 or 5305599. OLE color: 5305599.

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

Color convert

RGB 255 244 80 -
CMYK 0 0.04 0.69 0
HSL 56.23º 1% 0.66% -
HSV(B) 56.23º 0.69% 1% -
XYZ 75.04 86.54 20.34 -
YUV 228.59 44.14 146.84 -
System Red Green Blue C M Y K H S L
Decimal 255 244 80 0 0.04 0.69 0 56.23 1 0.66
Hex FF F4 50 0 4 45 0 38 64 42
Octal 377 364 120 0 4 105 0 70 144 102
Binary 11111111 11110100 1010000 0 100 1000101 0 111000 1100100 1000010

Color Harmonies of #FFF450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF450

Black with #FFF450

Text Example


Text Example

White with #FFF450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF450; }

 p { color: rgb(255,244,80); }

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

background-color css

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

 a { background-color: rgb(255,244,80); }

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

border-color css

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

 span { border-color: rgb(255,244,80); }

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