Html Css Color HEX #FBF242 Paris Daisy

📋 copy color: '#FBF242'

red 251 ◦ green 242 ◦ blue 66

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

Shades of Paris Daisy #FBF242

Tints of Paris Daisy #FBF242

RGB

 RED value IS 251 (98.44% from 255) = 44.9%

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

 BLUE value IS 66 (26.17% from 255) = 11.81%

R = 44.9%
G = 43.29%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FBF242 (or 0xFBF242) is known color: Paris Daisy. HEX triplet: FB, F2 and 42. RGB value is (251,242,66). Sum of RGB (Red+Green+Blue) = 251+242+66=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 66 (26.17% from 255 or 11.81% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF242 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF242 is #040DBD. Grayscale: #E1E1E1. Windows color (decimal): -265662 or 4387579. OLE color: 4387579.

HSL color Cylindrical-coordinate representation of color #FBF242: hue angle of 57.08º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBF242 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 242 66 -
CMYK 0 0.04 0.74 0.02
HSL 57.08º 0.96% 0.62% -
HSV(B) 57.08º 0.74% 0.98% -
XYZ 72.52 84.41 17.62 -
YUV 224.63 38.48 146.81 -
System Red Green Blue C M Y K H S L
Decimal 251 242 66 0 0.04 0.74 0.02 57.08 0.96 0.62
Hex FB F2 42 0 4 4A 2 39 60 3E
Octal 373 362 102 0 4 112 2 71 140 76
Binary 11111011 11110010 1000010 0 100 1001010 10 111001 1100000 111110

Color Harmonies of #FBF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF242

Black with #FBF242

Text Example


Text Example

White with #FBF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF242; }

 p { color: rgb(251,242,66); }

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

background-color css

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

 a { background-color: rgb(251,242,66); }

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

border-color css

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

 span { border-color: rgb(251,242,66); }

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