Html Css Color HEX #FBE752 Paris Daisy

📋 copy color: '#FBE752'

red 251 ◦ green 231 ◦ blue 82

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

Shades of Paris Daisy #FBE752

Tints of Paris Daisy #FBE752

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.96%

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

R = 44.5%
G = 40.96%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBE752 (or 0xFBE752) is known color: Paris Daisy. HEX triplet: FB, E7 and 52. RGB value is (251,231,82). Sum of RGB (Red+Green+Blue) = 251+231+82=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 82 (32.42% from 255 or 14.54% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE752 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE752 is #0418AD. Grayscale: #DCDCDC. Windows color (decimal): -268462 or 5433339. OLE color: 5433339.

HSL color Cylindrical-coordinate representation of color #FBE752: hue angle of 52.9º 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 #FBE752 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 231 82 -
CMYK 0 0.08 0.67 0.02
HSL 52.9º 0.95% 0.65% -
HSV(B) 52.9º 0.67% 0.98% -
XYZ 69.88 78.27 19.41 -
YUV 219.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 251 231 82 0 0.08 0.67 0.02 52.9 0.95 0.65
Hex FB E7 52 0 8 43 2 35 5F 41
Octal 373 347 122 0 10 103 2 65 137 101
Binary 11111011 11100111 1010010 0 1000 1000011 10 110101 1011111 1000001

Color Harmonies of #FBE752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE752

Black with #FBE752

Text Example


Text Example

White with #FBE752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE752; }

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

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

background-color css

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

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

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

border-color css

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

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

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