Html Css Color HEX #FFF94A Paris Daisy

📋 copy color: '#FFF94A'

red 255 ◦ green 249 ◦ blue 74

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

Shades of Paris Daisy #FFF94A

Tints of Paris Daisy #FFF94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 12.8%

R = 44.12%
G = 43.08%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFF94A (or 0xFFF94A) is known color: Paris Daisy. HEX triplet: FF, F9 and 4A. RGB value is (255,249,74). Sum of RGB (Red+Green+Blue) = 255+249+74=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 74 (29.30% from 255 or 12.80% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF94A is #0006B5. Grayscale: #E7E7E7. Windows color (decimal): -1718 or 4913663. OLE color: 4913663.

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

Color convert

RGB 255 249 74 -
CMYK 0 0.02 0.71 0
HSL 58.01º 1% 0.65% -
HSV(B) 58.01º 0.71% 1% -
XYZ 76.35 89.51 19.73 -
YUV 230.84 39.49 145.23 -
System Red Green Blue C M Y K H S L
Decimal 255 249 74 0 0.02 0.71 0 58.01 1 0.65
Hex FF F9 4A 0 2 47 0 3A 64 41
Octal 377 371 112 0 2 107 0 72 144 101
Binary 11111111 11111001 1001010 0 10 1000111 0 111010 1100100 1000001

Color Harmonies of #FFF94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF94A

Black with #FFF94A

Text Example


Text Example

White with #FFF94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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