Html Css Color HEX #FBF245 Paris Daisy

📋 copy color: '#FBF245'

red 251 ◦ green 242 ◦ blue 69

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

Shades of Paris Daisy #FBF245

Tints of Paris Daisy #FBF245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.28%

R = 44.66%
G = 43.06%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FBF245 (or 0xFBF245) is known color: Paris Daisy. HEX triplet: FB, F2 and 45. RGB value is (251,242,69). Sum of RGB (Red+Green+Blue) = 251+242+69=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 69 (27.34% from 255 or 12.28% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF245 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF245 is #040DBA. Grayscale: #E1E1E1. Windows color (decimal): -265659 or 4584187. OLE color: 4584187.

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

Color convert

RGB 251 242 69 -
CMYK 0 0.04 0.73 0.02
HSL 57.03º 0.96% 0.63% -
HSV(B) 57.03º 0.73% 0.98% -
XYZ 72.61 84.44 18.1 -
YUV 224.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 251 242 69 0 0.04 0.73 0.02 57.03 0.96 0.63
Hex FB F2 45 0 4 49 2 39 60 3F
Octal 373 362 105 0 4 111 2 71 140 77
Binary 11111011 11110010 1000101 0 100 1001001 10 111001 1100000 111111

Color Harmonies of #FBF245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF245

Black with #FBF245

Text Example


Text Example

White with #FBF245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF245; }

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

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

background-color css

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

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

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

border-color css

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

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

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