Html Css Color HEX #FBF053 Paris Daisy

📋 copy color: '#FBF053'

red 251 ◦ green 240 ◦ blue 83

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

Shades of Paris Daisy #FBF053

Tints of Paris Daisy #FBF053

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.81%

 BLUE value IS 83 (32.81% from 255) = 14.46%

R = 43.73%
G = 41.81%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBF053 (or 0xFBF053) is known color: Paris Daisy. HEX triplet: FB, F0 and 53. RGB value is (251,240,83). Sum of RGB (Red+Green+Blue) = 251+240+83=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 83 (32.81% from 255 or 14.46% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF053 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF053 is #040FAC. Grayscale: #E2E2E2. Windows color (decimal): -266157 or 5501179. OLE color: 5501179.

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

Color convert

RGB 251 240 83 -
CMYK 0 0.04 0.67 0.02
HSL 56.07º 0.95% 0.65% -
HSV(B) 56.07º 0.67% 0.98% -
XYZ 72.51 83.45 20.47 -
YUV 225.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 251 240 83 0 0.04 0.67 0.02 56.07 0.95 0.65
Hex FB F0 53 0 4 43 2 38 5F 41
Octal 373 360 123 0 4 103 2 70 137 101
Binary 11111011 11110000 1010011 0 100 1000011 10 111000 1011111 1000001

Color Harmonies of #FBF053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF053

Black with #FBF053

Text Example


Text Example

White with #FBF053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF053; }

 p { color: rgb(251,240,83); }

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

background-color css

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

 a { background-color: rgb(251,240,83); }

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

border-color css

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

 span { border-color: rgb(251,240,83); }

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