Html Css Color HEX #FBF752 Paris Daisy

📋 copy color: '#FBF752'

red 251 ◦ green 247 ◦ blue 82

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

Shades of Paris Daisy #FBF752

Tints of Paris Daisy #FBF752

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.59%

 BLUE value IS 82 (32.42% from 255) = 14.14%

R = 43.28%
G = 42.59%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBF752 (or 0xFBF752) is known color: Paris Daisy. HEX triplet: FB, F7 and 52. RGB value is (251,247,82). Sum of RGB (Red+Green+Blue) = 251+247+82=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 82 (32.42% from 255 or 14.14% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF752 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF752 is #0408AD. Grayscale: #E6E6E6. Windows color (decimal): -264366 or 5437435. OLE color: 5437435.

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

Color convert

RGB 251 247 82 -
CMYK 0 0.02 0.67 0.02
HSL 58.58º 0.95% 0.65% -
HSV(B) 58.58º 0.67% 0.98% -
XYZ 74.57 87.64 20.97 -
YUV 229.39 44.83 143.42 -
System Red Green Blue C M Y K H S L
Decimal 251 247 82 0 0.02 0.67 0.02 58.58 0.95 0.65
Hex FB F7 52 0 2 43 2 3B 5F 41
Octal 373 367 122 0 2 103 2 73 137 101
Binary 11111011 11110111 1010010 0 10 1000011 10 111011 1011111 1000001

Color Harmonies of #FBF752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF752

Black with #FBF752

Text Example


Text Example

White with #FBF752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF752; }

 p { color: rgb(251,247,82); }

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

background-color css

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

 a { background-color: rgb(251,247,82); }

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

border-color css

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

 span { border-color: rgb(251,247,82); }

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