Html Css Color HEX #FBF246 Paris Daisy

📋 copy color: '#FBF246'

red 251 ◦ green 242 ◦ blue 70

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

Shades of Paris Daisy #FBF246

Tints of Paris Daisy #FBF246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.43%

R = 44.58%
G = 42.98%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FBF246 (or 0xFBF246) is known color: Paris Daisy. HEX triplet: FB, F2 and 46. RGB value is (251,242,70). Sum of RGB (Red+Green+Blue) = 251+242+70=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 70 (27.73% from 255 or 12.43% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF246 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF246 is #040DB9. Grayscale: #E1E1E1. Windows color (decimal): -265658 or 4649723. OLE color: 4649723.

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

Color convert

RGB 251 242 70 -
CMYK 0 0.04 0.72 0.02
HSL 57.02º 0.96% 0.63% -
HSV(B) 57.02º 0.72% 0.98% -
XYZ 72.64 84.46 18.27 -
YUV 225.08 40.48 146.49 -
System Red Green Blue C M Y K H S L
Decimal 251 242 70 0 0.04 0.72 0.02 57.02 0.96 0.63
Hex FB F2 46 0 4 48 2 39 60 3F
Octal 373 362 106 0 4 110 2 71 140 77
Binary 11111011 11110010 1000110 0 100 1001000 10 111001 1100000 111111

Color Harmonies of #FBF246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF246

Black with #FBF246

Text Example


Text Example

White with #FBF246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF246; }

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

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

background-color css

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

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

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

border-color css

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

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

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