Html Css Color HEX #FBF14C Paris Daisy

📋 copy color: '#FBF14C'

red 251 ◦ green 241 ◦ blue 76

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

Shades of Paris Daisy #FBF14C

Tints of Paris Daisy #FBF14C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.43%

 BLUE value IS 76 (30.08% from 255) = 13.38%

R = 44.19%
G = 42.43%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FBF14C (or 0xFBF14C) is known color: Paris Daisy. HEX triplet: FB, F1 and 4C. RGB value is (251,241,76). Sum of RGB (Red+Green+Blue) = 251+241+76=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 76 (30.08% from 255 or 13.38% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF14C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF14C is #040EB3. Grayscale: #E1E1E1. Windows color (decimal): -265908 or 5042683. OLE color: 5042683.

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

Color convert

RGB 251 241 76 -
CMYK 0 0.04 0.70 0.02
HSL 56.57º 0.96% 0.64% -
HSV(B) 56.57º 0.7% 0.98% -
XYZ 72.54 83.94 19.22 -
YUV 225.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 251 241 76 0 0.04 0.70 0.02 56.57 0.96 0.64
Hex FB F1 4C 0 4 46 2 39 60 40
Octal 373 361 114 0 4 106 2 71 140 100
Binary 11111011 11110001 1001100 0 100 1000110 10 111001 1100000 1000000

Color Harmonies of #FBF14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF14C

Black with #FBF14C

Text Example


Text Example

White with #FBF14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF14C; }

 p { color: rgb(251,241,76); }

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

background-color css

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

 a { background-color: rgb(251,241,76); }

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

border-color css

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

 span { border-color: rgb(251,241,76); }

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