Html Css Color HEX #FFF950 Paris Daisy

📋 copy color: '#FFF950'

red 255 ◦ green 249 ◦ blue 80

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

Shades of Paris Daisy #FFF950

Tints of Paris Daisy #FFF950

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.64%

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

R = 43.66%
G = 42.64%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFF950 (or 0xFFF950) is known color: Paris Daisy. HEX triplet: FF, F9 and 50. RGB value is (255,249,80). Sum of RGB (Red+Green+Blue) = 255+249+80=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 80 (31.64% from 255 or 13.70% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF950 is #0006AF. Grayscale: #E8E8E8. Windows color (decimal): -1712 or 5306879. OLE color: 5306879.

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

Color convert

RGB 255 249 80 -
CMYK 0 0.02 0.69 0
HSL 57.94º 1% 0.66% -
HSV(B) 57.94º 0.69% 1% -
XYZ 76.56 89.59 20.85 -
YUV 231.53 42.49 144.74 -
System Red Green Blue C M Y K H S L
Decimal 255 249 80 0 0.02 0.69 0 57.94 1 0.66
Hex FF F9 50 0 2 45 0 3A 64 42
Octal 377 371 120 0 2 105 0 72 144 102
Binary 11111111 11111001 1010000 0 10 1000101 0 111010 1100100 1000010

Color Harmonies of #FFF950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF950

Black with #FFF950

Text Example


Text Example

White with #FFF950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF950; }

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

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

background-color css

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

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

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

border-color css

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

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

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