Html Css Color HEX #FFF250 Paris Daisy

📋 copy color: '#FFF250'

red 255 ◦ green 242 ◦ blue 80

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

Shades of Paris Daisy #FFF250

Tints of Paris Daisy #FFF250

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.94%

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

R = 44.19%
G = 41.94%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFF250 (or 0xFFF250) is known color: Paris Daisy. HEX triplet: FF, F2 and 50. RGB value is (255,242,80). Sum of RGB (Red+Green+Blue) = 255+242+80=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 80 (31.64% from 255 or 13.86% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF250 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF250 is #000DAF. Grayscale: #E4E4E4. Windows color (decimal): -3504 or 5305087. OLE color: 5305087.

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

Color convert

RGB 255 242 80 -
CMYK 0 0.05 0.69 0
HSL 55.54º 1% 0.66% -
HSV(B) 55.54º 0.69% 1% -
XYZ 74.44 85.34 20.14 -
YUV 227.42 44.81 147.67 -
System Red Green Blue C M Y K H S L
Decimal 255 242 80 0 0.05 0.69 0 55.54 1 0.66
Hex FF F2 50 0 5 45 0 38 64 42
Octal 377 362 120 0 5 105 0 70 144 102
Binary 11111111 11110010 1010000 0 101 1000101 0 111000 1100100 1000010

Color Harmonies of #FFF250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF250

Black with #FFF250

Text Example


Text Example

White with #FFF250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF250; }

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

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

background-color css

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

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

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

border-color css

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

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

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