Html Css Color HEX #F9E950 Paris Daisy

📋 copy color: '#F9E950'

red 249 ◦ green 233 ◦ blue 80

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

Shades of Paris Daisy #F9E950

Tints of Paris Daisy #F9E950

RGB

 RED value IS 249 (97.66% from 255) = 44.31%

 GREEN value IS 233 (91.41% from 255) = 41.46%

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

R = 44.31%
G = 41.46%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F9E950 (or 0xF9E950) is known color: Paris Daisy. HEX triplet: F9, E9 and 50. RGB value is (249,233,80). Sum of RGB (Red+Green+Blue) = 249+233+80=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 80 (31.64% from 255 or 14.23% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9E950 is #0616AF. Grayscale: #DCDCDC. Windows color (decimal): -399024 or 5302777. OLE color: 5302777.

HSL color Cylindrical-coordinate representation of color #F9E950: hue angle of 54.32º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F9E950 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 233 80 -
CMYK 0 0.06 0.68 0.02
HSL 54.32º 0.93% 0.65% -
HSV(B) 54.32º 0.68% 0.98% -
XYZ 69.65 79 19.17 -
YUV 220.34 48.8 148.44 -
System Red Green Blue C M Y K H S L
Decimal 249 233 80 0 0.06 0.68 0.02 54.32 0.93 0.65
Hex F9 E9 50 0 6 44 2 36 5D 41
Octal 371 351 120 0 6 104 2 66 135 101
Binary 11111001 11101001 1010000 0 110 1000100 10 110110 1011101 1000001

Color Harmonies of #F9E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E950

Black with #F9E950

Text Example


Text Example

White with #F9E950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E950; }

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

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

background-color css

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

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

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

border-color css

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

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

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