Html Css Color HEX #FBF956 Corn

📋 copy color: '#FBF956'

red 251 ◦ green 249 ◦ blue 86

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

Shades of Corn #FBF956

Tints of Corn #FBF956

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.49%

 BLUE value IS 86 (33.98% from 255) = 14.68%

R = 42.83%
G = 42.49%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBF956 (or 0xFBF956) is known color: Corn. HEX triplet: FB, F9 and 56. RGB value is (251,249,86). Sum of RGB (Red+Green+Blue) = 251+249+86=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 86 (33.98% from 255 or 14.68% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF956 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF956 is #0406A9. Grayscale: #E7E7E7. Windows color (decimal): -263850 or 5700091. OLE color: 5700091.

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

Color convert

RGB 251 249 86 -
CMYK 0 0.01 0.66 0.02
HSL 59.27º 0.95% 0.66% -
HSV(B) 59.27º 0.66% 0.98% -
XYZ 75.34 88.93 22 -
YUV 231.02 46.16 142.25 -
System Red Green Blue C M Y K H S L
Decimal 251 249 86 0 0.01 0.66 0.02 59.27 0.95 0.66
Hex FB F9 56 0 1 42 2 3B 5F 42
Octal 373 371 126 0 1 102 2 73 137 102
Binary 11111011 11111001 1010110 0 1 1000010 10 111011 1011111 1000010

Color Harmonies of #FBF956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF956

Black with #FBF956

Text Example


Text Example

White with #FBF956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF956; }

 p { color: rgb(251,249,86); }

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

background-color css

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

 a { background-color: rgb(251,249,86); }

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

border-color css

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

 span { border-color: rgb(251,249,86); }

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