Html Css Color HEX #FFF04B Paris Daisy

📋 copy color: '#FFF04B'

red 255 ◦ green 240 ◦ blue 75

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

Shades of Paris Daisy #FFF04B

Tints of Paris Daisy #FFF04B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.11%

 BLUE value IS 75 (29.69% from 255) = 13.16%

R = 44.74%
G = 42.11%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFF04B (or 0xFFF04B) is known color: Paris Daisy. HEX triplet: FF, F0 and 4B. RGB value is (255,240,75). Sum of RGB (Red+Green+Blue) = 255+240+75=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 75 (29.69% from 255 or 13.16% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF04B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF04B is #000FB4. Grayscale: #E2E2E2. Windows color (decimal): -4021 or 4976895. OLE color: 4976895.

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

Color convert

RGB 255 240 75 -
CMYK 0 0.06 0.71 0
HSL 55º 1% 0.65% -
HSV(B) 55º 0.71% 1% -
XYZ 73.67 84.09 19 -
YUV 225.68 42.97 148.92 -
System Red Green Blue C M Y K H S L
Decimal 255 240 75 0 0.06 0.71 0 55 1 0.65
Hex FF F0 4B 0 6 47 0 37 64 41
Octal 377 360 113 0 6 107 0 67 144 101
Binary 11111111 11110000 1001011 0 110 1000111 0 110111 1100100 1000001

Color Harmonies of #FFF04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF04B

Black with #FFF04B

Text Example


Text Example

White with #FFF04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF04B; }

 p { color: rgb(255,240,75); }

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

background-color css

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

 a { background-color: rgb(255,240,75); }

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

border-color css

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

 span { border-color: rgb(255,240,75); }

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